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

/xnu-2422.115.4/bsd/net/
H A Dif_ipsec.h57 #define IPSEC_CONTROL_NAME "com.apple.net.ipsec_control" macro
H A Dif_ipsec.c120 ipsec_malloc_tag = OSMalloc_Tagalloc(IPSEC_CONTROL_NAME, OSMT_DEFAULT);
123 result = mbuf_tag_id_find(IPSEC_CONTROL_NAME, &ipsec_family);
130 strncpy(kern_ctl.ctl_name, IPSEC_CONTROL_NAME, sizeof(kern_ctl.ctl_name));

Completed in 18 milliseconds