Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Din_var.h553 extern u_int32_t ipv4_ll_arp_aware;
H A Din.c145 u_int32_t ipv4_ll_arp_aware = 0; variable
475 ipv4_ll_arp_aware = 1; in inctl_arpipll()
/xnu-11215.81.4/bsd/net/
H A Ddlil.c7838 ipv4_ll_arp_aware != 0 && arpop == ARPOP_REQUEST && in dlil_send_arp()