Home
last modified time | relevance | path

Searched refs:ARPOP_REQUEST (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/compat/include/net/
H A Dif_arp.h59 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
/f-stack/freebsd/net/
H A Dif_arp.h59 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
H A Ddebugnet_inet.c253 ah->ar_op = htons(ARPOP_REQUEST); in debugnet_send_arp()
361 if (op != ARPOP_REQUEST) { in debugnet_handle_arp()
H A Dif_infiniband.c199 case ARPOP_REQUEST: in infiniband_requestencap()
H A Dif_ethersubr.c180 case ARPOP_REQUEST: in ether_requestencap()
/f-stack/freebsd/netinet/
H A Dif_ether.c420 ah->ar_op = htons(ARPOP_REQUEST); in arprequest_internal()
1038 if (op != ARPOP_REQUEST) in in_arpinput()