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

/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_if.c85 static void pfi_address_add(struct sockaddr *, int, int);
579 pfi_address_add(ia->ifa_broadaddr, af, net2);
581 pfi_address_add(ia->ifa_dstaddr, af, net2);
583 pfi_address_add(ia->ifa_addr, af, net2);
589 pfi_address_add(struct sockaddr *sa, int af, int net) function

Completed in 81 milliseconds