Home
last modified time | relevance | path

Searched refs:inp_flags (Results 1 – 6 of 6) sorted by relevance

/external/usrsctp/usrsctplib/
Duser_inpcb.h114 int inp_flags; /* generic IP/datagram flags */ member
184 #define in6p_flags inp_flags /* for KAME src sync over BSD*'s */
/external/pcre/dist2/src/sljit/
DsljitNativeARM_32.c1011 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags,
1540 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags, in emit_op() argument
1559 SLJIT_ASSERT(!(inp_flags & ALLOW_INV_IMM) || (inp_flags & ALLOW_IMM)); in emit_op()
1564 if (!(inp_flags & ALLOW_IMM)) in emit_op()
1571 if (inp_flags & ALLOW_INV_IMM) { in emit_op()
1602 if (inp_flags & ALLOW_INV_IMM) { in emit_op()
1628 FAIL_IF(emit_op_mem(compiler, inp_flags | LOAD_DATA, TMP_REG1, src1, src1w, TMP_REG1)); in emit_op()
1641 if (inp_flags & BYTE_SIZE) in emit_op()
1642 inp_flags &= ~SIGNED; in emit_op()
1645 return emit_op_mem(compiler, inp_flags, src2, dst, dstw, TMP_REG2); in emit_op()
[all …]
DsljitNativePPC_common.c986 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, in emit_op_mem() argument
1010 inst = data_transfer_insts[(inp_flags | INDEXED) & MEM_MASK]; in emit_op_mem()
1016 …return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg & REG_MASK) | B(offs_re… in emit_op_mem()
1019 inst = data_transfer_insts[inp_flags & MEM_MASK]; in emit_op_mem()
1026 inst = data_transfer_insts[(inp_flags | INDEXED) & MEM_MASK]; in emit_op_mem()
1027 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg) | B(tmp_reg)); in emit_op_mem()
1032 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg) | IMM(argw)); in emit_op_mem()
1047 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(tmp_reg) | IMM(argw)); in emit_op_mem()
1056 inst = data_transfer_insts[(inp_flags | INDEXED) & MEM_MASK]; in emit_op_mem()
1057 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg) | B(tmp_reg)); in emit_op_mem()
/external/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h985 #define SCTP_IPV6_V6ONLY(sctp_inpcb) ((sctp_inpcb)->ip_inp.inp.inp_flags & IN6P_IPV6_V6ONLY)
Dsctp_pcb.c2813 inp->ip_inp.inp.inp_flags |= IN6P_AUTOFLOWLABEL;
2816 inp->ip_inp.inp.inp_flags |= IN6P_IPV6_V6ONLY;
3568 if (ip_inp->inp_flags & INP_HIGHPORT) {
3571 } else if (ip_inp->inp_flags & INP_LOWPORT) {
Dsctputil.c1198 if (inp->ip_inp.inp.inp_flags & IN6P_AUTOFLOWLABEL) { in sctp_init_asoc()