Search | Google it | Results 1 - 1 of 1 for funcall:htonl from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_subr.c (0.00 seconds) |
687: ip6->ip6_flow |= 688: (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); 689: } 700: n->th_sum = in6_cksum_phdr(&in6p->in6p_laddr, 701: &in6p->in6p_faddr, htonl(sizeof(struct tcphdr)), 702: htonl(IPPROTO_TCP)); 943: } 944: th->th_seq = htonl(seq); 945: th->th_ack = htonl(ack); 946: th->th_x2 = 0; 995: ip6->ip6_flow |= 996: (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); 997: }