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

1 2

  /src/sys/external/bsd/ipf/netinet/
ip_rcmd_pxy.c 136 int off, dlen, nflags, direction; local in function:ipf_p_rcmd_portmsg
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_rcmd_pxy.c 136 int off, dlen, nflags, direction; local in function:ipf_p_rcmd_portmsg
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 in function:ipf_p_tftp_backchannel
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_tftp_pxy.c 284 int nflags; local in function:ipf_p_tftp_backchannel
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 in function:ipf_p_rpcb_getnat
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_rpcb_pxy.c 1114 int nflags; local in function:ipf_p_rpcb_getnat
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...]
  /src/sys/compat/linux/common/
linux_time.c 461 int nflags = 0; local in function:linux_sys_timerfd_create
474 nflags |= TFD_CLOEXEC;
477 nflags |= TFD_NONBLOCK;
480 return do_timerfd_create(l, id, nflags, retval);
507 int nflags = 0; local in function:linux_to_native_timerfd_settime_flags
514 nflags |= TFD_TIMER_ABSTIME;
517 nflags |= TFD_TIMER_CANCEL_ON_SET;
520 *nflagsp = nflags;
537 int nflags; local in function:linux_sys_timerfd_settime
546 error = linux_to_native_timerfd_settime_flags(&nflags,
    [all...]
linux_time.c 461 int nflags = 0; local in function:linux_sys_timerfd_create
474 nflags |= TFD_CLOEXEC;
477 nflags |= TFD_NONBLOCK;
480 return do_timerfd_create(l, id, nflags, retval);
507 int nflags = 0; local in function:linux_to_native_timerfd_settime_flags
514 nflags |= TFD_TIMER_ABSTIME;
517 nflags |= TFD_TIMER_CANCEL_ON_SET;
520 *nflagsp = nflags;
537 int nflags; local in function:linux_sys_timerfd_settime
546 error = linux_to_native_timerfd_settime_flags(&nflags,
    [all...]
  /src/sys/compat/linux32/common/
linux32_time.c 540 int nflags; local in function:linux32_sys_timerfd_settime
549 error = linux_to_native_timerfd_settime_flags(&nflags,
559 error = do_timerfd_settime(l, SCARG(uap, fd), nflags,
linux32_time.c 540 int nflags; local in function:linux32_sys_timerfd_settime
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 in function:report
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 in function:report_chunk
982 nflags = (uvifs[vifi].uv_flags & VIFF_LEAF) ? 0 : LEAF_FLAGS;
1004 htonl(MROUTED_LEVEL | nflags), datalen);
1028 htonl(MROUTED_LEVEL | nflags), datalen);
route.c 842 u_int32_t nflags; local in function:report
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 in function:report_chunk
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 in function:update_neighbor
1000 nflags = (level >> 16) & 0xff;
1157 if (n->al_flags != nflags) {
1158 n->al_flags = nflags;
vif.c 997 int nflags; local in function:update_neighbor
1000 nflags = (level >> 16) & 0xff;
1157 if (n->al_flags != nflags) {
1158 n->al_flags = nflags;
  /src/sys/arch/xen/xen/
xengnt.c 511 uint16_t flags, nflags; local in function:xengnt_revoke_access
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);
xengnt.c 511 uint16_t flags, nflags; local in function:xengnt_revoke_access
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/ultrix/
ultrix_fs.c 346 int nflags; local in function:ultrix_sys_mount
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,
ultrix_fs.c 346 int nflags; local in function:ultrix_sys_mount
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 in function:dump
502 nflags = recurse ? R_RPREV : R_PREV;
505 nflags = recurse ? R_RNEXT : R_NEXT;
507 for (;; xflags = nflags)
h_db.c 498 int xflags, nflags; local in function:dump
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 in function:c_print
251 nflags &= ~PO_NL;
253 nflags |= PO_EXPAND;
255 nflags &= ~PO_EXPAND;
257 /* bad option: don't use nflags, print
264 flags = nflags;
c_ksh.c 236 int nflags = flags; local in function:c_print
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 in function:parseargs
1113 nflags = cmd->cflag + cmd->hflag + cmd->lflag + cmd->mflag +
1116 if (nflags == 0) {
1121 if (nflags > 1) {
rpc_main.c 925 int nflags; local in function:parseargs
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 in function:sunos_sys_mount
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),

Completed in 41 milliseconds

1 2