Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Din_var.h488 extern u_int32_t ipv4_ll_arp_aware;
H A Din.c144 u_int32_t ipv4_ll_arp_aware = 0; variable
474 ipv4_ll_arp_aware = 1; in inctl_arpipll()
/xnu-10063.101.15/bsd/net/
H A Ddlil.c8185 ipv4_ll_arp_aware != 0 && arpop == ARPOP_REQUEST && in dlil_send_arp()