Search | Google it | Results 11 - 12 of 12 for funcall:in_hosteq (0.01 seconds) |
1016: panic("tcp_respond: address family mismatch"); 1017: if (!in_hosteq(ip->ip_dst, tp->t_inpcb->inp_faddr)) { 1018: panic("tcp_respond: ip_dst %x != inp_faddr %x",
843: if (!in_nullhost(inp->inp_laddr)) { 844: if (!in_hosteq(inp->inp_laddr, *dst4)) 845: continue;