/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | ip_fw_nat64.h | 60 mod ## _classify(ipfw_insn *cmd0, uint32_t *puidx, uint8_t *ptype) \ 63 icmd = cmd0 - F_LEN(cmd0); \ 67 *puidx = insntod(cmd0, kidx)->kidx; \ 72 mod ## _update_kidx(ipfw_insn *cmd0, uint32_t idx) \ 74 insntod(cmd0, kidx)->kidx = idx; \
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_eaction.c | 121 eaction_classify(ipfw_insn *cmd0, uint32_t *puidx, uint8_t *ptype) in eaction_classify() argument 125 if (F_LEN(cmd0) <= 1) in eaction_classify() 128 cmd = insntod(cmd0, kidx); in eaction_classify() 129 EACTION_DEBUG("opcode %u, kidx %u", cmd0->opcode, cmd->kidx); in eaction_classify() 136 eaction_update(ipfw_insn *cmd0, uint32_t idx) in eaction_update() argument 140 cmd = insntod(cmd0, kidx); in eaction_update() 142 EACTION_DEBUG("opcode %u, kidx -> %u", cmd0->opcode, cmd->kidx); in eaction_update()
|
H A D | ip_fw_table.c | 2423 classify_srcdst(ipfw_insn *cmd0, uint32_t *puidx, uint8_t *ptype) in classify_srcdst() argument 2428 cmd = insntod(cmd0, table); in classify_srcdst() 2430 switch(cmd0->arg1) { in classify_srcdst() 2455 classify_via(ipfw_insn *cmd0, uint32_t *puidx, uint8_t *ptype) in classify_via() argument 2460 cmdif = insntod(cmd0, if); in classify_via() 2470 classify_flow(ipfw_insn *cmd0, uint32_t *puidx, uint8_t *ptype) in classify_flow() argument 2472 *puidx = insntod(cmd0, table)->kidx; in classify_flow() 2478 classify_mac_lookup(ipfw_insn *cmd0, uint32_t *puidx, uint8_t *ptype) in classify_mac_lookup() argument 2480 *puidx = insntod(cmd0, table)->kidx; in classify_mac_lookup() 2486 update_kidx(ipfw_insn *cmd0, uint32_t idx) in update_kidx() argument [all …]
|
H A D | ip_fw_dynamic.c | 583 dyn_classify(ipfw_insn *cmd0, uint32_t *puidx, uint8_t *ptype) in dyn_classify() argument 587 if (F_LEN(cmd0) < 2) in dyn_classify() 594 cmd = insntod(cmd0, kidx); in dyn_classify() 595 DYN_DEBUG("opcode %u, kidx %u", cmd0->opcode, cmd->kidx); in dyn_classify() 598 cmd0->opcode == O_CHECK_STATE) in dyn_classify() 607 dyn_update(ipfw_insn *cmd0, uint32_t idx) in dyn_update() argument 610 insntod(cmd0, kidx)->kidx = idx; in dyn_update() 611 DYN_DEBUG("opcode %u, kidx %u", cmd0->opcode, idx); in dyn_update()
|
/freebsd/sys/dev/safe/ |
H A D | safe.c | 775 u_int32_t cmd0, cmd1, staterec; in safe_process() local 797 cmd0 = SAFE_SA_CMD0_BASIC; /* basic group operation */ in safe_process() 801 cmd0 |= SAFE_SA_CMD0_OP_HASH; in safe_process() 804 cmd0 |= SAFE_SA_CMD0_OP_CRYPT; in safe_process() 807 cmd0 |= SAFE_SA_CMD0_OP_BOTH; in safe_process() 817 cmd0 |= SAFE_SA_CMD0_AES; in safe_process() 837 cmd0 |= SAFE_SA_CMD0_IVLD_STATE; in safe_process() 840 cmd0 |= SAFE_SA_CMD0_OUTBOUND; in safe_process() 846 cmd0 |= SAFE_SA_CMD0_SAVEIV; in safe_process() 848 cmd0 |= SAFE_SA_CMD0_INBOUND; in safe_process() [all …]
|
/freebsd/contrib/diff/src/ |
H A D | sdiff.c | 906 int cmd0, cmd1; in edit() local 917 cmd0 = skip_white (); in edit() 918 switch (cmd0) in edit() 958 cmd0 = 'q'; in edit() 971 switch (cmd0) in edit()
|
/freebsd/sys/netpfil/ipfw/nptv6/ |
H A D | nptv6.c | 916 nptv6_classify(ipfw_insn *cmd0, uint32_t *puidx, uint8_t *ptype) in nptv6_classify() argument 920 icmd = cmd0 - F_LEN(cmd0); in nptv6_classify() 928 *puidx = insntod(cmd0, kidx)->kidx; in nptv6_classify() 934 nptv6_update_kidx(ipfw_insn *cmd0, uint32_t idx) in nptv6_update_kidx() argument 937 insntod(cmd0, kidx)->kidx = idx; in nptv6_update_kidx()
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | motorola-mapphone-common.dtsi |
|