gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ntohl from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/ip_output.c (0.02 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/ip_output.c - 67.3KB - 1,940 lines
1558:                 *ifindexp = 0;
1559:         if (ntohl(a->s_addr) >> 24 == 0) {
1560:                 ifindex = ntohl(a->s_addr) & 0xffffff;
1561:                 if (ifindex < 0 || if_indexlim <= ifindex)