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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_h323_pxy.c160 * just above fr_nat_ioctl() call.
164 if (fr_nat_ioctl((caddr_t)ipn, SIOCRMNAT, NAT_SYSSPACE|
219 * we got a problem here. we need to call fr_nat_ioctl() to add
221 * the nat table rwlock (ipf_nat), if we go into fr_nat_ioctl(),
226 * call fr_nat_ioctl() and re-lock it.
228 * of calling fr_nat_ioctl(), we add the nat rule ourself.
231 if (fr_nat_ioctl((caddr_t)ipn, SIOCADNAT,
H A Dip_nat.h465 extern int fr_nat_ioctl __P((caddr_t, ioctlcmd_t, int, int, void *, ipf_stack_t *));
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c233 error = fr_nat_ioctl(data, cmd, mode, uid, NULL, ifs);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c5615 error = fr_nat_ioctl(data, cmd, mode, uid, ctx, ifs);
H A Dip_nat.c589 /* Function: fr_nat_ioctl */
600 int fr_nat_ioctl(data, cmd, mode, uid, ctx, ifs) function

Completed in 107 milliseconds