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

/macosx-10.10.1/network_cmds-457/cfilutil/
H A Dcfilutil.c148 switch (hdr->cfm_op) {
173 switch (hdr->cfm_op) {
189 hdr->cfm_op, hdr->cfm_sock_id);
222 if (action->cfa_msghdr.cfm_op == CFM_OP_DATA_UPDATE)
297 action.cfa_msghdr.cfm_op = op;
545 switch (hdr->cfm_op) {
572 warnx("unknown content filter event op %u", hdr->cfm_op);
575 switch (hdr->cfm_op) {
596 warnx("unknown content filter event op %u", hdr->cfm_op);
601 switch (hdr->cfm_op) {
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dcontent_filter.h114 uint32_t cfm_op; member in struct:cfil_msg_hdr
H A Dcontent_filter.c100 * The field "cfm_op" describe the kind of event or action.
1290 switch (msghdr->cfm_op) {
1300 CFIL_LOG(LOG_ERR, "bad op %u", msghdr->cfm_op);
1309 msghdr->cfm_op);
1366 switch (msghdr->cfm_op) {
2039 msg_attached.cfs_msghdr.cfm_op = CFM_OP_SOCKET_ATTACHED;
2145 msg_disconnected.cfm_op = outgoing ? CFM_OP_DISCONNECT_OUT :
2227 msg_closed.cfm_op = CFM_OP_SOCKET_CLOSED;
2359 data_req->cfd_msghdr.cfm_op =

Completed in 201 milliseconds