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

/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dprintproto.c21 if ((np->in_flags & IPN_TCPUDP) == IPN_TCPUDP)
23 else if (np->in_flags & IPN_TCP)
25 else if (np->in_flags & IPN_UDP)
27 else if (np->in_flags & IPN_ICMPQUERY)
H A Dprintnat.c64 if (np->in_flags & IPN_FILTER) {
65 if (np->in_flags & IPN_NOTSRC)
78 if (np->in_flags & IPN_NOTDST)
93 if (!(np->in_flags & IPN_FILTER)) {
100 if (np->in_flags & IPN_TCPUDP) {
107 if (np->in_flags & IPN_SPLIT)
111 if (np->in_flags & IPN_TCPUDP) {
112 if ((np->in_flags & IPN_FIXEDDPORT) != 0)
119 if (np->in_flags & IPN_ROUNDR)
121 if (np->in_flags
[all...]
H A Dnat_setgroupmap.c19 else if (n->in_flags & IPN_AUTOPORTMAP) {
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipnat_y.y154 if ((nat->in_flags & IPN_TCPUDP) == 0)
157 ((nat->in_flags & IPN_AUTOPORTMAP) != 0))
171 ((nat->in_flags & IPN_AUTOPORTMAP) != 0))
183 (nat->in_flags & IPN_TCPUDP) == 0)
184 nat->in_flags |= IPN_TCPUDP;
185 if ((nat->in_flags & IPN_TCPUDP) == 0)
188 ((nat->in_flags & IPN_AUTOPORTMAP) != 0))
200 (nat->in_flags & IPN_TCPUDP) == 0)
201 nat->in_flags |= IPN_TCPUDP;
203 ((nat->in_flags
[all...]
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_nat.c707 nat->in_flags &= IPN_USERFLAGS;
709 if ((nat->in_flags & IPN_SPLIT) == 0)
711 if ((nat->in_flags & IPN_IPRANGE) == 0)
716 if (bcmp((char *)&nat->in_flags, (char *)&n->in_flags,
985 else if (n->in_flags & IPN_AUTOPORTMAP)
987 else if (n->in_flags & IPN_IPRANGE)
989 else if (n->in_flags & IPN_SPLIT)
1006 if ((n->in_flags & IPN_IPRANGE) != 0)
1014 ((n->in_flags
[all...]
H A Dip_nat.h198 u_32_t in_flags; member in struct:ipnat
233 * Bit definitions for in_flags
276 #define IPN_CMPSIZ (sizeof(ipnat_t) - offsetof(ipnat_t, in_flags))
H A Dip_rpcb_pxy.c1229 ipn->in_flags = nflags & IPN_TCPUDP;
1237 if (ipn->in_flags & IPN_FILTER) {
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-arm.c6668 flagword in_flags; local
6675 in_flags = elf_elfheader (ibfd)->e_flags;
6680 && in_flags != out_flags)
6683 if ((in_flags & EF_ARM_APCS_26) != (out_flags & EF_ARM_APCS_26))
6687 if ((in_flags & EF_ARM_APCS_FLOAT) != (out_flags & EF_ARM_APCS_FLOAT))
6692 if ((in_flags & EF_ARM_INTERWORK) != (out_flags & EF_ARM_INTERWORK))
6699 in_flags &= ~EF_ARM_INTERWORK;
6703 if ((in_flags & EF_ARM_PIC) != (out_flags & EF_ARM_PIC))
6704 in_flags &= ~EF_ARM_PIC;
6707 elf_elfheader (obfd)->e_flags = in_flags;
7001 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-9.3-release/contrib/tcpdump/
H A Ddecnet.h167 byte in_flags; /* route flags */ member in struct:initmsg
/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c5179 int out_flags = 0, in_flags = 0; local
5197 in_flags = *msg_flags;
5198 if (in_flags & MSG_PEEK)
5201 in_flags = 0;
5206 if (in_flags & MSG_OOB) {
5210 if ((in_flags & MSG_PEEK) && (mp != NULL)) {
5214 if ((in_flags & (MSG_DONTWAIT
5259 if ((in_flags & MSG_PEEK) == 0)
5311 if ((in_flags & MSG_PEEK) == 0)
5731 if (in_flags
[all...]
/freebsd-9.3-release/contrib/ipfilter/l4check/
H A Dl4check.c521 ipn->in_flags = IPN_TCP|IPN_ROUNDR;
/freebsd-9.3-release/sys/dev/isp/
H A Disp_library.c3419 ISP_IOXPUT_32(isp, src->in_flags, &dst->in_flags);
3457 ISP_IOXGET_32(isp, &src->in_flags, dst->in_flags);
3506 ISP_IOXPUT_16(isp, src->in_flags, &dst->in_flags);
3569 ISP_IOXGET_16(isp, &src->in_flags, dst->in_flags);
H A Dispmbox.h1707 uint32_t in_flags; member in struct:__anon8133
1775 uint16_t in_flags; member in struct:__anon8136
1786 * If bit 2 is set in in_flags, the N-Port and
H A Disp_target.c1079 na->na_flags = in->in_flags;
H A Disp_freebsd.c2858 isp_prt(isp, ISP_LOGTINFO /* ISP_LOGTDEBUG0 */, "SRR[0x%x] inot->in_rxid flags 0x%x srr_iu=%x reloff 0x%x", inot->in_rxid, inot->in_flags, inot->in_srr_iu,
3225 if (inot->in_flags & IN24XX_FLAG_PUREX_IOCB) {

Completed in 360 milliseconds