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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_if.c105 static void pfi_address_add(struct sockaddr *, int, int);
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);
507 pfi_address_add(struct sockaddr *sa, int af, int net) function
516 printf("pfi_address_add: address buffer full (%d/%d)\n",
523 printf("pfi_address_add: no memory to grow buffer "

Completed in 84 milliseconds