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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.h87 void *pipe_ptr; /* flow_set ptr for dummynet pipe */ member in struct:ip_fw_compat
97 * void *pipe_ptr
300 void *pipe_ptr; /* Pipe ptr in case of dummynet pipe */ member in struct:ip_old_fw
H A Dip_fw.h127 void *pipe_ptr; /* flow_set ptr for dummynet pipe */ member in struct:ip_fw
137 * void *pipe_ptr
H A Dip_fw2.h273 * Note that, because of previous instructions, pipe_ptr might
279 void *pipe_ptr; /* XXX */ member in struct:_ipfw_insn_pipe
H A Dip_fw2_compat.c362 printf("pipe_ptr: %p\n", vers1_rule->pipe_ptr);
1321 rule_vers0->pipe_ptr = rule_vers1.pipe_ptr;
1990 *((int32_t *)(dst+1)) = compat_rule->pipe_ptr;
2139 rule_vers1->pipe_ptr = rule_vers0->pipe_ptr;
H A Dip_fw2.c2218 * When pipes/queues are deleted, clear the "pipe_ptr" pointer to a given
2233 * XXX Use bcmp/bzero to handle pipe_ptr to overcome
2239 !bcmp(&cmd->pipe_ptr, &match, sizeof(match)) )
2240 bzero(&cmd->pipe_ptr, sizeof(cmd->pipe_ptr));
H A Dip_dummynet.c1116 bcopy(& ((ipfw_insn_pipe *)cmd)->pipe_ptr, &fs, sizeof(fs));
1133 bcopy(&fs, & ((ipfw_insn_pipe *)cmd)->pipe_ptr, sizeof(fs));

Completed in 18 milliseconds