gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ntohs from t2ex/bsd_source/t2ex/network/net/src_bsd/net/if_arp.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/net/if_arp.h - 6.3KB - 130 lines
76: #define ar_tha(ap) \
77:         (ntohs((ap)->ar_hrd) == ARPHRD_IEEE1394 \
78:                 ? NULL : (((char *)((ap)+1))+(ap)->ar_hln+(ap)->ar_pln))
79: #define ar_tpa(ap) \
80:         (ntohs((ap)->ar_hrd) == ARPHRD_IEEE1394 \
81:                 ? (((char *)((ap)+1))+(ap)->ar_hln+(ap)->ar_pln) \