Searched refs:esp_log_info (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/netinet6/ ! |
| H A D | esp_output.c | 1048 esp_log_info("esp kpipe output, slen(%u) <= iphlen(%zu) " in esp_kpipe_output() 1060 esp_log_info("esp kpipe output, missing " in esp_kpipe_output() 1069 esp_log_info("esp kpipe output: unsupported algorithm, SPI=%x\n", in esp_kpipe_output() 1124 esp_log_info("esp kpipe output: destination buffer too short"); in esp_kpipe_output() 1136 esp_log_info("esp kpipe output: source buffer too short"); in esp_kpipe_output() 1157 esp_log_info("esp kpipe output: ipv4 packet " in esp_kpipe_output() 1172 esp_log_info("esp kpipe output: ipv6 packet " in esp_kpipe_output() 1185 esp_log_info("replay counter overflowed, SPI=%x\n", ntohl(sav->spi)); in esp_kpipe_output() 1207 esp_log_info("esp schedule failed %d, SPI=%x\n", err, ntohl(sav->spi)); in esp_kpipe_output() 1224 esp_log_info("esp encrypt failed %d, SPI=%x\n", err, ntohl(sav->spi)); in esp_kpipe_output() [all …]
|
| H A D | esp.h | 116 #define esp_log_info(_format, ...) _esp_log(LOG_INFO, _format, ##__VA_ARGS__) macro
|
| H A D | esp_input.c | 1799 esp_log_info("esp kpipe input, ipversion %u, SPI=%x", in esp_kpipe_input() 1874 esp_log_info("esp kpipe input, invalid SA state %u, SPI=%x", in esp_kpipe_input() 1909 esp_log_info("esp kpipe input, unsupported algorithm(%d) for, SPI=%x", in esp_kpipe_input() 1987 esp_log_info("esp schedule failed %d, SPI=%x\n", err, ntohl(sav->spi)); in esp_kpipe_input()
|
| H A D | esp_core.c | 1542 esp_log_info("ah schedule failed %d, SPI 0x%08x\n", error, ntohl(sav->spi)); in esp_auth() 1617 esp_log_info("ah schedule failed %d, SPI 0x%08x\n", err, ntohl(sav->spi)); in esp_auth_data()
|