Home
last modified time | relevance | path

Searched refs:nflags (Results 1 – 21 of 21) sorted by relevance

/trueos/sys/contrib/ipfilter/netinet/
HDip_nat6.c970 u_int nflags; local
990 nflags = np->in_flags & flags;
991 nflags &= NAT_FROMRULE;
1057 natl = ipf_nat6_outlookup(fin, nflags, (u_int)fin->fin_p,
1071 natl = ipf_nat6_inlookup(fin, nflags, (u_int)fin->fin_p,
1589 ipf_nat6_icmperror(fin, nflags, dir) in ipf_nat6_icmperror() argument
1591 u_int *nflags;
1623 *nflags = IPN_ICMPERR;
1921 int nflags; local
2076 nflags = nat->nat_flags;
[all …]
HDip_rpcb_pxy.c1160 int nflags; local
1182 nflags = NAT_TCP;
1185 nflags = NAT_UDP;
1188 nflags |= SI_W_SPORT|NAT_SEARCH;
1208 natl = ipf_nat_inlookup(&fi, nflags, proto, fi.fin_src, fi.fin_dst);
1222 nflags &= ~NAT_SEARCH;
1235 ipn->in_flags = nflags & IPN_TCPUDP;
1252 natl = ipf_nat_add(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE,
1267 (void) ipf_nat_proto(&fi, natl, nflags);
1278 nflags &= NAT_TCPUDP;
[all …]
HDip_nat.c3113 u_int nflags; local
3130 nflags = np->in_flags & flags;
3131 nflags &= NAT_FROMRULE;
3197 natl = ipf_nat_outlookup(fin, nflags, (u_int)fin->fin_p,
3210 natl = ipf_nat_inlookup(fin, nflags, (u_int)fin->fin_p,
3775 ipf_nat_icmperror(fin, nflags, dir) in ipf_nat_icmperror() argument
3777 u_int *nflags;
3809 *nflags = IPN_ICMPERR;
4094 int nflags; local
4259 nflags = nat->nat_flags;
[all …]
HDip_rcmd_pxy.c150 int off, dlen, nflags, direction; local
293 nflags = SI_W_SPORT|NAT_SLAVE|IPN_TCP;
297 nat2 = ipf_nat_add(&fi, rc->rcmd_rule, NULL, nflags,
301 nat2 = ipf_nat6_add(&fi, rc->rcmd_rule, NULL, nflags,
HDip_tftp_pxy.c302 int nflags; local
328 nflags = NAT_SLAVE|IPN_UDP|SI_W_SPORT;
363 nflags |= NAT_NOTRULEPORT;
368 nat2 = ipf_nat6_add(&fi, ti->ti_rule, NULL, nflags, dir);
371 nat2 = ipf_nat_add(&fi, ti->ti_rule, NULL, nflags, dir);
HDip_ftp_pxy.c861 int inc, off, nflags; local
915 nflags = IPN_TCP|SI_W_SPORT;
935 nflags, nat->nat_dir);
939 nflags, nat->nat_dir);
/trueos/sys/xen/
HDgnttab.c167 uint16_t nflags; in gnttab_query_foreign_access() local
169 nflags = shared[ref].flags; in gnttab_query_foreign_access()
171 return (nflags & (GTF_reading|GTF_writing)); in gnttab_query_foreign_access()
177 uint16_t flags, nflags; in gnttab_end_foreign_access_ref() local
179 nflags = shared[ref].flags; in gnttab_end_foreign_access_ref()
181 if ( (flags = nflags) & (GTF_reading|GTF_writing) ) { in gnttab_end_foreign_access_ref()
185 } while ((nflags = synch_cmpxchg(&shared[ref].flags, flags, 0)) != in gnttab_end_foreign_access_ref()
/trueos/contrib/ipfilter/
HDip_fil_compat.c1826 u_32_t nflags = 0; local
1830 nflags |= FR_CALL;
1833 nflags |= FR_BLOCK;
1836 nflags |= FR_PASS;
1839 nflags |= FR_AUTH;
1842 nflags |= FR_PREAUTH;
1845 nflags |= FR_ACCOUNT;
1848 nflags |= FR_SKIP;
1855 nflags |= FR_LOG;
1857 nflags |= FR_CALLNOW;
[all …]
/trueos/sys/dev/vt/
HDvt_buf.c776 int oflags, nflags; in vtbuf_cursor_visibility() local
784 nflags = vb->vb_flags; in vtbuf_cursor_visibility()
786 if (oflags != nflags) in vtbuf_cursor_visibility()
794 int oflags, nflags; in vtbuf_scroll_mode() local
802 nflags = vb->vb_flags; in vtbuf_scroll_mode()
804 if (oflags != nflags) in vtbuf_scroll_mode()
/trueos/contrib/netbsd-tests/lib/libc/db/
HDh_db.c489 int xflags, nflags; in dump() local
493 nflags = R_PREV; in dump()
496 nflags = R_NEXT; in dump()
498 for (;; xflags = nflags) in dump()
/trueos/lib/libc/db/test/
HDdbtest.c495 int flags, nflags; local
499 nflags = R_PREV;
502 nflags = R_NEXT;
504 for (;; flags = nflags)
/trueos/sys/i386/ibcs2/
HDibcs2_misc.c266 int oflags = uap->flags, nflags, error; local
273 nflags = 0;
275 nflags |= MNT_RDONLY;
277 nflags |= MNT_NOSUID;
279 nflags |= MNT_UPDATE;
280 uap->flags = nflags;
/trueos/usr.bin/rpcgen/
HDrpc_main.c995 int nflags; in parseargs() local
1189 nflags = cmd->cflag + cmd->hflag + cmd->lflag + cmd->mflag + in parseargs()
1193 if (nflags == 0) { in parseargs()
1201 } if (nflags > 1) { in parseargs()
/trueos/sys/arm/arm/
HDpmap.c3232 u_int nflags; in pmap_enter_locked() local
3246 nflags = 0; in pmap_enter_locked()
3248 nflags |= PVF_WRITE; in pmap_enter_locked()
3250 nflags |= PVF_EXEC; in pmap_enter_locked()
3252 nflags |= PVF_WIRED; in pmap_enter_locked()
3305 nflags |= PVF_REF; in pmap_enter_locked()
3315 nflags |= PVF_MOD; in pmap_enter_locked()
3342 PVF_MOD | PVF_REF, nflags); in pmap_enter_locked()
3415 nflags |= PVF_UNMAN; in pmap_enter_locked()
3416 pmap_enter_pv(m, pve, pmap, va, nflags); in pmap_enter_locked()
[all …]
HDpmap-v6.c2987 u_int nflags; in pmap_enter_locked() local
3016 nflags = 0; in pmap_enter_locked()
3019 nflags |= PVF_WRITE; in pmap_enter_locked()
3021 nflags |= PVF_WIRED; in pmap_enter_locked()
3064 PVF_WRITE | PVF_WIRED, nflags); in pmap_enter_locked()
3102 pmap_enter_pv(m, pve, pmap, va, nflags); in pmap_enter_locked()
/trueos/crypto/heimdal/lib/hdb/
HDhdb-ldap.c391 unsigned long oflags, nflags; in LDAP_entry2mods() local
601 nflags = HDBFlags2int(ent->entry.flags); in LDAP_entry2mods()
603 if (is_heimdal_entry && oflags != nflags) { in LDAP_entry2mods()
607 nflags); in LDAP_entry2mods()
/trueos/sys/dev/iwn/
HDif_iwn.c1909 uint32_t nflags; in iwn_eeprom_channel_flags() local
1911 nflags = 0; in iwn_eeprom_channel_flags()
1913 nflags |= IEEE80211_CHAN_PASSIVE; in iwn_eeprom_channel_flags()
1915 nflags |= IEEE80211_CHAN_NOADHOC; in iwn_eeprom_channel_flags()
1917 nflags |= IEEE80211_CHAN_DFS; in iwn_eeprom_channel_flags()
1919 nflags |= IEEE80211_CHAN_NOADHOC; in iwn_eeprom_channel_flags()
1922 return nflags; in iwn_eeprom_channel_flags()
1934 int i, nflags; in iwn_read_eeprom_band() local
1947 nflags = iwn_eeprom_channel_flags(&channels[i]); in iwn_read_eeprom_band()
1957 c->ic_flags = IEEE80211_CHAN_B | nflags; in iwn_read_eeprom_band()
[all …]
/trueos/contrib/gcc/
HDgimplify.c4412 unsigned int nflags; in omp_add_variable() local
4432 nflags = n->value | flags; in omp_add_variable()
4433 gcc_assert ((nflags & GOVD_DATA_SHARE_CLASS) in omp_add_variable()
4435 n->value = nflags; in omp_add_variable()
4450 nflags = flags & GOVD_PRIVATE ? GOVD_PRIVATE : GOVD_FIRSTPRIVATE; in omp_add_variable()
4451 nflags |= flags & GOVD_SEEN; in omp_add_variable()
4456 omp_add_variable (ctx, t, nflags); in omp_add_variable()
/trueos/sys/netpfil/pf/
HDpf_table.c1574 int nflags; in pfr_commit_ktable() local
1623 nflags = ((shadow->pfrkt_flags & PFR_TFLAG_USRMASK) | in pfr_commit_ktable()
1628 pfr_setflags_ktable(kt, nflags); in pfr_commit_ktable()
/trueos/sys/dev/isp/
HDisp_freebsd.c4429 uint16_t oflags, nflags; in isp_cam_async() local
4433 nflags = sdp->isp_devparam[tgt].nvrm_flags; in isp_cam_async()
4435 nflags &= DPARM_SAFE_DFLT; in isp_cam_async()
4437 nflags |= DPARM_NARROW | DPARM_ASYNC; in isp_cam_async()
4440 nflags = DPARM_DEFAULT; in isp_cam_async()
4443 sdp->isp_devparam[tgt].goal_flags = nflags; in isp_cam_async()
/trueos/sys/dev/hwpmc/
HDhwpmc_core.c2729 int ipa_version, flags, nflags; in pmc_core_initialize() local
2760 nflags = (cpuid[CORE_CPUID_EAX] >> 24) & 0xFF; in pmc_core_initialize()
2761 flags = cpuid[CORE_CPUID_EBX] & ((1 << nflags) - 1); in pmc_core_initialize()