Search | Google it | Results 1 - 1 of 1 for funcall:ntohl from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_input.c (0.00 seconds) |
1120: tlen = len - toff; 1121: iptos = (ntohl(ip6->ip6_flow) >> 20) & 0xff; 1122: break; 1174: opti.ts_present = 1; 1175: opti.ts_val = ntohl(*(u_int32_t *)(optp + 4)); 1176: opti.ts_ecr = ntohl(*(u_int32_t *)(optp + 8)); 1177: optp = NULL; /* we've parsed the options */ 3028: if (ip) 3029: p = ntohl(ip->ip_src); 3030: #ifdef INET6 3957: /* If the sequence number != sc_iss, then it's a bogus ICMP msg */ 3958: if (ntohl (th->th_seq) != sc->sc_iss) { 3959: splx(s);