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

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dcontent_filter.h72 #define CFM_TYPE_ACTION 2 /* message to kernel */ macro
171 * Valid Type: CFM_TYPE_ACTION
H A Dcontent_filter.c96 * it's a event message "CFM_TYPE_EVENT" or a action message "CFM_TYPE_ACTION".
1284 if (msghdr->cfm_type != CFM_TYPE_ACTION) {
/macosx-10.10.1/network_cmds-457/cfilutil/
H A Dcfilutil.c171 } else if (hdr->cfm_type == CFM_TYPE_ACTION) {
296 action.cfa_msghdr.cfm_type = CFM_TYPE_ACTION;
725 action.cfa_msghdr.cfm_type = CFM_TYPE_ACTION;

Completed in 134 milliseconds