Home
last modified time | relevance | path

Searched refs:fr_makefrip (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1579 extern int fr_makefrip __P((int, ip_t *, fr_info_t *));
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c2463 (void) fr_makefrip(IP_HL(oip) << 2, oip, &ofin);
4073 (void) fr_makefrip(sizeof(*oip6), (ip_t *)oip6, &ofin);
H A Dip_fil_solaris.c1478 (void) fr_makefrip(hlen, ip, &fnew);
H A Dfil.c1510 int fr_makefrip(hlen, ip, fin) in fr_makefrip() function
2455 if (fr_makefrip(hlen, ip, fin) == -1) {