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

/xnu-2422.115.4/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));
902 add_entry6(struct ip6_fw_head *chainptr, struct ip6_fw *frwl) argument
926 if (!chainptr->lh_first) {
927 LIST_INSERT_HEAD(chainptr, fwc, chain);
940 for (fcp = chainptr->lh_first; fcp; fcp = fcp->chain.le_next) {
952 for (fcp = chainptr->lh_first; fcp; fcp = fcp->chain.le_next) {
957 LIST_INSERT_HEAD(chainptr, fwc, chain);
971 del_entry6(struct ip6_fw_head *chainptr, u_short number) argument
978 fcp = chainptr
[all...]

Completed in 21 milliseconds