gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ntohs from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_input.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_input.c - 167.0KB - 4,503 lines
849:             "Connection attempt to TCP %s:%d from %s:%d\n",
850:             dst, ntohs(th->th_dport),
851:             src, ntohs(th->th_sport));
852: #endif
873: "Connection attempt to TCP [%s]:%d from [%s]:%d\n", 874: dst, ntohs(th->th_dport), 875: src, ntohs(th->th_sport)); 876: #endif
1070: /* We do the checksum after PCB lookup... */ 1071: len = ntohs(ip->ip_len); 1072: tlen = len - toff;
3011: bcopy(cp + 2, &mss, sizeof(mss)); 3012: oi->maxseg = ntohs(mss); 3013: break;