Searched refs:net2 (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_if.c434 int net2, af; local
484 net2 = net;
485 if (net2 == 128 && (flags & PFI_AFLAG_NETWORK)) {
487 net2 = pfi_unmask(&((struct sockaddr_in *)
490 net2 = pfi_unmask(&((struct sockaddr_in6 *)
493 if (af == AF_INET && net2 > 32)
494 net2 = 32;
496 pfi_address_add(ia->ifa_broadaddr, af, net2);
498 pfi_address_add(ia->ifa_dstaddr, af, net2);
500 pfi_address_add(ia->ifa_addr, af, net2);
[all...]
/darwin-on-arm/xnu/bsd/netat/
H A Dadsp.h546 at_net net2; member in struct:__anon310

Completed in 16 milliseconds