Searched refs:in_flags (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintproto.c22 if ((np->in_flags & IPN_TCPUDP) == IPN_TCPUDP)
24 else if (np->in_flags & IPN_TCP)
26 else if (np->in_flags & IPN_UDP)
28 else if (np->in_flags & IPN_ICMPQUERY)
H A Dprintnat.c42 if (np->in_flags & IPN_NO)
114 if ((proto != 0) || (np->in_flags & IPN_TCPUDP)) {
121 if (np->in_flags & IPN_FILTER) {
122 if (np->in_flags & IPN_NOTSRC)
130 if (np->in_flags & IPN_NOTDST)
150 if ((np->in_flags & IPN_PURGE) != 0)
167 if ((((np->in_flags & IPN_TCPUDP) != 0)) &&
169 if ((np->in_flags & IPN_FIXEDSPORT) != 0) {
189 if ((((np->in_flags & IPN_TCPUDP) != 0)) &&
191 if ((np->in_flags
[all...]
H A Dnat_setgroupmap.c19 else if (n->in_flags & IPN_AUTOPORTMAP) {
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipnat_y.y175 no: IPNY_NO { nat->in_flags |= IPN_NO; }
397 nat->in_flags &= ~IPN_TCP;
493 nat->in_flags |= IPN_FIXEDSPORT;
504 nat->in_flags |= IPN_FIXEDDPORT;
512 | ',' { if (!(nat->in_flags & IPN_TCPUDP))
581 nat->in_flags & IPN_TCPUDP)
587 nat->in_flags & IPN_TCPUDP)
589 nat->in_flags |= IPN_TCPUDP;
595 nat->in_flags & IPN_TCPUDP)
597 nat->in_flags |
[all...]
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dtest-rw.c43 unsigned int in_flags; member in struct:testcase
157 flags = testcases[n].in_flags;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h67 VTableDescriptor(uint32_t in_flags, lldb::addr_t in_code_start) argument
68 : flags(in_flags), code_start(in_code_start) {}
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_ipsec_pxy.c215 ipn->in_flags = (np->in_flags | IPN_PROXYRULE);
428 ipsec->ipsc_rule->in_flags |= IPN_DELETE;
H A Dip_nat6.c600 (np->in_flags & IPN_AUTOPORTMAP)) {
628 if (np->in_flags & IPN_SEQUENTIAL) {
646 if (np->in_flags & IPN_SIPRANGE) {
780 if (((np->in_flags & (IPN_ROUNDR|IPN_SPLIT)) != 0) &&
781 ((np->in_flags & IPN_STICKY) != 0)) {
798 if (np->in_flags & IPN_SPLIT) {
801 if ((np->in_flags & (IPN_ROUNDR|IPN_STICKY)) == IPN_STICKY) {
861 if (((np->in_flags & IPN_FIXEDDPORT) == 0) &&
909 if ((nat->nat_hm == NULL) && ((np->in_flags & IPN_STICKY) != 0))
984 nflags = np->in_flags
[all...]
H A Dip_nat.c1073 nat->in_flags &= IPN_USERFLAGS;
1081 if ((nat->in_flags & (IPN_SPLIT|IPN_SIPRANGE)) == 0) {
1199 n->in_flags |= IPN_PURGE;
1474 n->in_flags &= ~IPN_NOTDST;
1492 n->in_flags &= ~IPN_NOTSRC;
2026 in->in_flags |= IPN_DELETE;
2545 if ((purge == 1) && ((np->in_flags & IPN_PURGE) != 0)) {
2556 if ((np->in_flags & IPN_DELETE) == 0) {
2585 np->in_flags |= IPN_DELETE;
2744 (np->in_flags
[all...]
H A Dip_pptp_pxy.c176 ipn->in_flags = (np->in_flags | IPN_PROXYRULE);
577 pptp->pptp_rule->in_flags |= IPN_DELETE;
H A Dip_tftp_pxy.c212 ipn->in_flags = IPN_UDP|IPN_FIXEDDPORT|IPN_PROXYRULE;
273 tftp->ti_rule->in_flags |= IPN_DELETE;
H A Dip_rcmd_pxy.c119 rci->rcmd_rule->in_flags |= IPN_DELETE;
H A Dip_proxy.c1347 ipn->in_flags = (old->in_flags | IPN_PROXYRULE);
1435 ipn->in_flags = (old->in_flags | IPN_PROXYRULE);
H A Dip_rpcb_pxy.c1237 ipn->in_flags = nflags & IPN_TCPUDP;
1246 if (ipn->in_flags & IPN_FILTER) {
H A Dip_nat.h242 u_32_t in_flags; member in struct:ipnat
336 * Bit definitions for in_flags
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arm.c6661 flagword in_flags; local
6668 in_flags = elf_elfheader (ibfd)->e_flags;
6673 && in_flags != out_flags)
6676 if ((in_flags & EF_ARM_APCS_26) != (out_flags & EF_ARM_APCS_26))
6680 if ((in_flags & EF_ARM_APCS_FLOAT) != (out_flags & EF_ARM_APCS_FLOAT))
6685 if ((in_flags & EF_ARM_INTERWORK) != (out_flags & EF_ARM_INTERWORK))
6692 in_flags &= ~EF_ARM_INTERWORK;
6696 if ((in_flags & EF_ARM_PIC) != (out_flags & EF_ARM_PIC))
6697 in_flags &= ~EF_ARM_PIC;
6700 elf_elfheader (obfd)->e_flags = in_flags;
7015 flagword in_flags; local
[all...]
H A Delfxx-ia64.c5542 flagword in_flags;
5550 in_flags = elf_elfheader (ibfd)->e_flags;
5556 elf_elfheader (obfd)->e_flags = in_flags;
5569 if (in_flags == out_flags)
5573 if (!(in_flags & EF_IA_64_REDUCEDFP) && (out_flags & EF_IA_64_REDUCEDFP))
5576 if ((in_flags & EF_IA_64_TRAPNIL) != (out_flags & EF_IA_64_TRAPNIL))
5585 if ((in_flags & EF_IA_64_BE) != (out_flags & EF_IA_64_BE))
5594 if ((in_flags & EF_IA_64_ABI64) != (out_flags & EF_IA_64_ABI64))
5603 if ((in_flags & EF_IA_64_CONS_GP) != (out_flags & EF_IA_64_CONS_GP))
5612 if ((in_flags
5535 flagword in_flags; local
[all...]
H A Delf32-score.c3769 flagword in_flags; local
3775 in_flags = elf_elfheader (ibfd)->e_flags;
3782 in_flags = elf_elfheader (ibfd)->e_flags;
3788 elf_elfheader (obfd)->e_flags = in_flags;
3799 if (((in_flags & EF_SCORE_PIC) != 0) != ((out_flags & EF_SCORE_PIC) != 0))
/freebsd-11-stable/sys/netinet/
H A Dsctputil.c5286 int out_flags = 0, in_flags = 0; local
5305 in_flags = *msg_flags;
5306 if (in_flags & MSG_PEEK)
5309 in_flags = 0;
5314 if (in_flags & MSG_OOB) {
5318 if ((in_flags & MSG_PEEK) && (mp != NULL)) {
5322 if ((in_flags & (MSG_DONTWAIT
5369 if ((in_flags & MSG_PEEK) == 0)
5383 if ((in_flags & MSG_PEEK) == 0) {
5828 if (in_flags
[all...]
/freebsd-11-stable/sys/dev/isp/
H A Disp_target.c759 na->na_flags = in->in_flags;
1466 if (inot->in_flags & IN24XX_FLAG_PN_NN_VALID)
1484 if (inot->in_flags & IN24XX_FLAG_PUREX_IOCB) {
H A Dispmbox.h1857 uint32_t in_flags; member in struct:__anon4616
1925 uint16_t in_flags; member in struct:__anon4619
1936 * If bit 2 is set in in_flags, the N-Port and
H A Disp_library.c2985 ISP_IOXPUT_16(isp, src->in_flags, &dst->in_flags);
3048 ISP_IOXGET_16(isp, &src->in_flags, dst->in_flags);
/freebsd-11-stable/contrib/ipfilter/l4check/
H A Dl4check.c507 ipn->in_flags = IPN_TCP|IPN_ROUNDR;
/freebsd-11-stable/contrib/ipfilter/
H A Dip_fil_compat.c557 u_32_t in_flags; member in struct:ipnat_4_1_14
593 u_32_t in_flags; member in struct:ipnat_4_1_0
2364 np->in_flags = old->in_flags;
2458 np->in_flags = old->in_flags;
4239 old->in_flags = np->in_flags;
4320 old->in_flags = np->in_flags;
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-decnet.c180 byte in_flags; /* route flags */ member in struct:initmsg

Completed in 310 milliseconds

12