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

/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.c182 static int add_entry6 __P((struct ip6_fw_head *chainptr, struct ip6_fw *frwl));
183 static int del_entry6 __P((struct ip6_fw_head *chainptr, u_short number));
906 add_entry6(struct ip6_fw_head *chainptr, struct ip6_fw *frwl) argument
930 if (!chainptr->lh_first) {
931 LIST_INSERT_HEAD(chainptr, fwc, chain);
944 for (fcp = chainptr->lh_first; fcp; fcp = fcp->chain.le_next) {
956 for (fcp = chainptr->lh_first; fcp; fcp = fcp->chain.le_next) {
961 LIST_INSERT_HEAD(chainptr, fwc, chain);
975 del_entry6(struct ip6_fw_head *chainptr, u_short number) argument
982 fcp = chainptr
[all...]

Completed in 22 milliseconds