gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ntohl from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_subr.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_subr.c - 84.9KB - 2,586 lines
1018:                         panic("tcp_respond: ip_dst %x != inp_faddr %x",
1019:                             ntohl(ip->ip_dst.s_addr),
1020:                             ntohl(tp->t_inpcb->inp_faddr.s_addr));
1021:                 }
1808: return NULL; 1809: seq = ntohl(th->th_seq); 1810: if (SEQ_LT(seq, tp->snd_una) || SEQ_GT(seq, tp->snd_max))