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.h1573 extern int fr_makefrip __P((int, ip_t *, fr_info_t *));
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c2462 (void) fr_makefrip(IP_HL(oip) << 2, oip, &ofin);
4072 (void) fr_makefrip(sizeof(*oip6), (ip_t *)oip6, &ofin);
H A Dip_fil_solaris.c1264 (void) fr_makefrip(hlen, ip, &fnew);
H A Dfil.c1498 /* Function: fr_makefrip */
1509 int fr_makefrip(hlen, ip, fin) function
2454 if (fr_makefrip(hlen, ip, fin) == -1) {

Completed in 100 milliseconds