Home
last modified time | relevance | path

Searched refs:ccmd (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/netpfil/ipfw/
Dip_fw_sockopt.c1347 ipfw_insn *ccmd, *dst; in convert_rule_to_7() local
1370 for (ll = tmp->cmd_len, ccmd = tmp->cmd, dst = rule7->cmd ; in convert_rule_to_7()
1371 ll > 0 ; ll -= ccmdlen, ccmd += ccmdlen, dst += ccmdlen) { in convert_rule_to_7()
1372 ccmdlen = F_LEN(ccmd); in convert_rule_to_7()
1374 bcopy(ccmd, dst, F_LEN(ccmd)*sizeof(uint32_t)); in convert_rule_to_7()
1384 ccmd->opcode); in convert_rule_to_7()
1400 ipfw_insn *ccmd, *dst; in convert_rule_to_8() local
1411 for (ll = tmp->cmd_len, ccmd = tmp->cmd, dst = rule->cmd ; in convert_rule_to_8()
1412 ll > 0 ; ll -= ccmdlen, ccmd += ccmdlen, dst += ccmdlen) { in convert_rule_to_8()
1413 ccmdlen = F_LEN(ccmd); in convert_rule_to_8()
[all …]
/freebsd-10-stable/contrib/tcsh/
Dma.setp.c147 static void ccmd (char *, char *);
213 ccmd(cmd1, cmd2); in setpath()
525 ccmd(char *inpath, char *path) /* change inpath to path */ in ccmd() function