Home
last modified time | relevance | path

Searched refs:ipv4_ll_arp_aware (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/bsd/netinet/
H A Din_var.h491 extern u_int32_t ipv4_ll_arp_aware;
H A Din.c166 u_int32_t ipv4_ll_arp_aware = 0; variable
539 ipv4_ll_arp_aware = 1; in inctl_arpipll()
/xnu-10002.1.13/bsd/net/
H A Ddlil.c8193 ipv4_ll_arp_aware != 0 && arpop == ARPOP_REQUEST && in dlil_send_arp()