HomeSort by: relevance | last modified time | path
    Searched defs:nflags (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/sys/external/bsd/ipf/netinet/
ip_rcmd_pxy.c 136 int off, dlen, nflags, direction; local
279 nflags = SI_W_SPORT|NAT_SLAVE|IPN_TCP;
283 nat2 = ipf_nat_add(&fi, rc->rcmd_rule, NULL, nflags,
287 nat2 = ipf_nat6_add(&fi, rc->rcmd_rule, NULL, nflags,
ip_tftp_pxy.c 284 int nflags; local
310 nflags = NAT_SLAVE|IPN_UDP|SI_W_SPORT;
345 nflags |= NAT_NOTRULEPORT;
349 nat2 = ipf_nat_add(&fi, ti->ti_rule, NULL, nflags, dir);
352 nat2 = ipf_nat6_add(&fi, ti->ti_rule, NULL, nflags, dir);
ip_rpcb_pxy.c 1114 int nflags; local
1136 nflags = NAT_TCP;
1139 nflags = NAT_UDP;
1142 nflags |= SI_W_SPORT|NAT_SEARCH;
1162 natl = ipf_nat_inlookup(&fi, nflags, proto, fi.fin_src, fi.fin_dst);
1176 nflags &= ~NAT_SEARCH;
1189 ipn->in_flags = nflags & IPN_TCPUDP;
1206 natl = ipf_nat_add(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE,
1221 (void) ipf_nat_proto(&fi, natl, nflags);
1232 nflags &= NAT_TCPUDP
    [all...]
ip_ftp_pxy.c 815 int inc, off, nflags; local
869 nflags = IPN_TCP|SI_W_SPORT;
889 nflags, nat->nat_dir);
893 nflags, nat->nat_dir);
ip_nat6.c 946 u_int nflags; local
966 nflags = np->in_flags & flags;
967 nflags &= NAT_FROMRULE;
1033 natl = ipf_nat6_outlookup(fin, nflags, (u_int)fin->fin_p,
1047 natl = ipf_nat6_inlookup(fin, nflags, (u_int)fin->fin_p,
1545 /* nflags(I) - NAT flags for this packet */
1555 ipf_nat6_icmperror(fr_info_t *fin, u_int *nflags, int dir)
1586 *nflags = IPN_ICMPERR;
1866 /* THIS FUNCTION IS CALLED WITH NAT_SEARCH SET IN nflags. */
1879 int nflags; local
2570 u_int nflags = 0; local
2964 u_int nflags, natadd; local
    [all...]
  /src/sys/arch/xen/xen/
xengnt.c 511 uint16_t flags, nflags; local
513 nflags = grant_table.gntt_v1[entry].flags;
516 if ((flags = nflags) & (GTF_reading|GTF_writing))
518 nflags = xen_atomic_cmpxchg16(
520 } while (nflags != flags);
  /src/sys/compat/linux/common/
linux_time.c 461 int nflags = 0; local
474 nflags |= TFD_CLOEXEC;
477 nflags |= TFD_NONBLOCK;
480 return do_timerfd_create(l, id, nflags, retval);
507 int nflags = 0; local
514 nflags |= TFD_TIMER_ABSTIME;
517 nflags |= TFD_TIMER_CANCEL_ON_SET;
520 *nflagsp = nflags;
537 int nflags; local
546 error = linux_to_native_timerfd_settime_flags(&nflags,
    [all...]
  /src/sys/compat/linux32/common/
linux32_time.c 540 int nflags; local
549 error = linux_to_native_timerfd_settime_flags(&nflags,
559 error = do_timerfd_settime(l, SCARG(uap, fd), nflags,
  /src/usr.sbin/mrouted/
route.c 842 u_int32_t nflags; local
863 nflags = (uvifs[vifi].uv_flags & VIFF_LEAF) ? 0 : LEAF_FLAGS;
879 htonl(MROUTED_LEVEL | nflags), datalen);
909 htonl(MROUTED_LEVEL | nflags), datalen);
977 u_int32_t nflags; local
982 nflags = (uvifs[vifi].uv_flags & VIFF_LEAF) ? 0 : LEAF_FLAGS;
1004 htonl(MROUTED_LEVEL | nflags), datalen);
1028 htonl(MROUTED_LEVEL | nflags), datalen);
vif.c 997 int nflags; local
1000 nflags = (level >> 16) & 0xff;
1157 if (n->al_flags != nflags) {
1158 n->al_flags = nflags;
  /src/external/bsd/ipf/dist/
ip_tftp_pxy.c 304 int nflags; local
330 nflags = NAT_SLAVE|IPN_UDP|SI_W_SPORT;
365 nflags |= NAT_NOTRULEPORT;
369 nat2 = ipf_nat_add(&fi, ti->ti_rule, NULL, nflags, dir);
371 nat2 = ipf_nat6_add(&fi, ti->ti_rule, NULL, nflags, dir);
ip_rpcb_pxy.c 1162 int nflags; local
1184 nflags = NAT_TCP;
1187 nflags = NAT_UDP;
1190 nflags |= SI_W_SPORT|NAT_SEARCH;
1210 natl = ipf_nat_inlookup(&fi, nflags, proto, fi.fin_src, fi.fin_dst);
1224 nflags &= ~NAT_SEARCH;
1237 ipn->in_flags = nflags & IPN_TCPUDP;
1254 natl = ipf_nat_add(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE,
1269 (void) ipf_nat_proto(&fi, natl, nflags);
1280 nflags &= NAT_TCPUDP
    [all...]
ip_nat6.c 972 u_int nflags; local
992 nflags = np->in_flags & flags;
993 nflags &= NAT_FROMRULE;
1059 natl = ipf_nat6_outlookup(fin, nflags, (u_int)fin->fin_p,
1073 natl = ipf_nat6_inlookup(fin, nflags, (u_int)fin->fin_p,
1581 /* nflags(I) - NAT flags for this packet */
1591 ipf_nat6_icmperror(fin, nflags, dir)
1593 u_int *nflags;
1625 *nflags = IPN_ICMPERR;
1905 /* THIS FUNCTION IS CALLED WITH NAT_SEARCH SET IN nflags. *
1923 int nflags; local
2625 u_int nflags = 0; local
3023 u_int nflags, natadd; local
    [all...]
  /src/sys/compat/ultrix/
ultrix_fs.c 346 int nflags; local
348 nflags = 0;
358 nflags |= MNT_RDONLY;
399 SCARG(uap, special), nflags, &na, UIO_SYSSPACE,
424 nflags |= MNT_UPDATE;
429 SCARG(uap, dir), nflags, &ua, UIO_SYSSPACE, sizeof ua,
  /src/tests/lib/libc/db/
h_db.c 498 int xflags, nflags; local
502 nflags = recurse ? R_RPREV : R_PREV;
505 nflags = recurse ? R_RNEXT : R_NEXT;
507 for (;; xflags = nflags)
  /src/bin/ksh/
c_ksh.c 236 int nflags = flags; local
251 nflags &= ~PO_NL;
253 nflags |= PO_EXPAND;
255 nflags &= ~PO_EXPAND;
257 /* bad option: don't use nflags, print
264 flags = nflags;
  /src/usr.bin/rpcgen/
rpc_main.c 925 int nflags; local
1113 nflags = cmd->cflag + cmd->hflag + cmd->lflag + cmd->mflag +
1116 if (nflags == 0) {
1121 if (nflags > 1) {
  /src/sys/compat/sunos/
sunos_misc.c 231 int oflags = SCARG(uap, flags), nflags, error; local
239 nflags = 0;
241 nflags |= MNT_RDONLY;
243 nflags |= MNT_NOSUID;
245 nflags |= MNT_UPDATE;
287 SCARG(uap, dir), nflags, &na,
295 SCARG(uap, dir), nflags, SCARG(uap, data),
  /src/sys/compat/sunos32/
sunos32_misc.c 422 int oflags = SCARG(uap, flags), nflags, error; local
430 nflags = 0;
432 nflags |= MNT_RDONLY;
434 nflags |= MNT_NOSUID;
436 nflags |= MNT_UPDATE;
474 SCARG_P32(uap, path), nflags, &na, UIO_SYSSPACE, sizeof na,
482 SCARG_P32(uap, path), nflags, SCARG_P32(uap, data), UIO_USERSPACE,
  /src/sys/dist/pf/net/
pf_table.c 1695 int nflags; local
1742 nflags = ((shadow->pfrkt_flags & PFR_TFLAG_USRMASK) |
1747 pfr_setflags_ktable(kt, nflags);
  /src/sys/ufs/lfs/
lfs_vfsops.c 1236 uint32_t nflags = sup->su_flags; local
1237 nflags &= ~(SEGUSE_ACTIVE | SEGUSE_EMPTY
1242 nflags |= SEGUSE_EMPTY | SEGUSE_READY;
1244 nflags &= ~(SEGUSE_EMPTY | SEGUSE_READY);
1246 if (nflags != sup->su_flags) {
1247 sup->su_flags = nflags;
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb-ldap.c 401 unsigned long oflags, nflags; local
638 nflags = HDBFlags2int(ent->entry.flags);
640 if (is_heimdal_entry && oflags != nflags) {
644 nflags);
  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr.h 391 int nflags; /* private, next run */ member in struct:QMGR_SCAN
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr.h 500 int nflags; /* private, next run */ member in struct:QMGR_SCAN
  /src/sys/arch/usermode/usermode/
thunk.c 214 int nflags = 0; local
217 nflags |= MAP_ANON;
219 nflags |= MAP_FIXED;
221 nflags |= MAP_FILE;
223 nflags |= MAP_SHARED;
225 nflags |= MAP_PRIVATE;
227 return nflags;
233 int nflags = 0; local
236 nflags |= MADV_NORMAL;
238 nflags |= MADV_RANDOM
716 int nflags, nprot; local
    [all...]

Completed in 50 milliseconds

1 2