gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:IN_CLASSA (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/netinet/in.h - 27.1KB - 821 lines
207:                                  (IN_CLASSB(b) && (b | IN_CLASSB_HOST) == i) ||     \
208:                                  (IN_CLASSA(b) && (b | IN_CLASSA_HOST) == i))
209: #endif  /* _KERNEL */
bsd_source/t2ex/network/net/src_bsd/netinet/in.c - 41.9KB - 1,225 lines
203:                 return (0);
204:         if (IN_CLASSA(in.s_addr)) {
205:                 net = in.s_addr & IN_CLASSA_NET;
More results from in.c
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c - 36.4KB - 1,026 lines
789: 
790:         if (IN_CLASSA(i))
791:                 return (htonl(IN_CLASSA_NET));