Searched refs:DBG_FNC_ENCRYPT (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | esp_output.c | 111 #define DBG_FNC_ENCRYPT NETDBG_CODE(DBG_NETIPSEC, (5 << 8)) macro 772 KERNEL_DEBUG(DBG_FNC_ENCRYPT | DBG_FUNC_START, 0, 0, 0, 0, 0); in esp_output() 778 KERNEL_DEBUG(DBG_FNC_ENCRYPT | DBG_FUNC_END, 1, error, 0, 0, 0); in esp_output() 781 KERNEL_DEBUG(DBG_FNC_ENCRYPT | DBG_FUNC_END, 2, 0, 0, 0, 0); in esp_output() 795 KERNEL_DEBUG(DBG_FNC_ENCRYPT | DBG_FUNC_END, 1, error, 0, 0, 0); in esp_output()
|