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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c1535 int is_pipe; local
1549 is_pipe = (cmd->opcode == O_PIPE);
1553 is_pipe = (fwa->fwa_ipfw_rule->fw_flg & IP_FW_F_COMMAND) == IP_FW_F_PIPE;
1559 is_pipe = fwa->fwa_flags == DN_IS_PIPE ? 1 : 0;
1576 if (is_pipe) {
1709 if (is_pipe) {

Completed in 20 milliseconds