Searched refs:fr_makefrip (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 1576 extern int fr_makefrip __P((int, ip_t *, fr_info_t *));
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 2462 (void) fr_makefrip(IP_HL(oip) << 2, oip, &ofin); 4072 (void) fr_makefrip(sizeof(*oip6), (ip_t *)oip6, &ofin);
|
H A D | ip_fil_solaris.c | 1264 (void) fr_makefrip(hlen, ip, &fnew);
|
H A D | fil.c | 1509 int fr_makefrip(hlen, ip, fin) in fr_makefrip() function 2454 if (fr_makefrip(hlen, ip, fin) == -1) {
|