Searched refs:fr_check (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_fil_freebsd.c | 193 return fr_check(ip, ip->ip_hl << 2, ifp, (dir == PFIL_OUT), mp); in fr_check_wrapper() 202 return (fr_check(mtod(*mp, struct ip *), sizeof(struct ip6_hdr), in fr_check_wrapper6() 242 if (fr_checkp != fr_check) { in ipfattach() 244 fr_checkp = fr_check; in ipfattach() 1592 pfil_remove_hook((void *)fr_check, PFIL_IN|PFIL_OUT|PFIL_WAITOK, in ipf_pfil_unhook() 1596 pfil_remove_hook((void *)fr_check, PFIL_IN|PFIL_OUT|PFIL_WAITOK); in ipf_pfil_unhook() 1605 pfil_remove_hook((void *)fr_check, PFIL_IN|PFIL_OUT|PFIL_WAITOK, in ipf_pfil_unhook() 1642 pfil_add_hook((void *)fr_check, PFIL_IN|PFIL_OUT|PFIL_WAITOK, in ipf_pfil_hook() 1646 pfil_add_hook((void *)fr_check, PFIL_IN|PFIL_OUT|PFIL_WAITOK); in ipf_pfil_hook() 1654 pfil_add_hook((void *)fr_check, PFIL_IN|PFIL_OUT|PFIL_WAITOK, in ipf_pfil_hook()
|
| D | ip_fil.h | 1270 extern int fr_check __P((struct ip *, int, void *, int, mb_t **)); 1303 extern int fr_check __P((struct ip *, int, void *, int, void *, 1326 extern int fr_check __P((struct ip *, int, void *, int, mb_t **));
|
| D | fil.c | 2389 int fr_check(ip, hlen, ifp, out in fr_check() function
|
| /freebsd-9-stable/contrib/ipfilter/FreeBSD/ |
| D | ip_output.c.diffs | 10 + extern int fr_check __P((struct ip *, int, struct ifnet *, int, struct mbuf **));
|
| D | ip_input.c.diffs | 10 + int fr_check __P((struct ip *, int, struct ifnet *, int, struct mbuf **));
|
| /freebsd-9-stable/contrib/ipfilter/ |
| D | README | 30 When using it with multicast IP, the calls to fr_check() should be
|
| D | HISTORY | 560 redesign start of fr_check() to avoid putting duplicate information in 643 packet buffer pointers were not refreshed & used properly in fr_check() 1413 general: fr_check now returns error code, such as EHOSTUNREACH or 2103 Added another m_pullup() inside fr_check() for BSD style kernels and
|
| /freebsd-9-stable/contrib/ipfilter/tools/ |
| D | ipftest.c | 236 i = fr_check(ip, hlen, ifp, dir, &m);
|