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

/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dfast_ipsec.c314 #define IPCOMP(x,fmt) \ macro
317 IPCOMP(ipcs[IPCOMP_STAT_HDROPS],"packets too short for header length");
318 IPCOMP(ipcs[IPCOMP_STAT_NOPF], "protocol family not supported");
319 IPCOMP(ipcs[IPCOMP_STAT_NOTDB], "packets with no SA");
320 IPCOMP(ipcs[IPCOMP_STAT_BADKCR],"packets dropped by crypto returning NULL mbuf");
321 IPCOMP(ipcs[IPCOMP_STAT_QFULL], "queue full");
322 IPCOMP(ipcs[IPCOMP_STAT_NOXFORM],"no support for transform");
323 IPCOMP(ipcs[IPCOMP_STAT_WRAP], "packets dropped for replay counter wrap");
324 IPCOMP(ipcs[IPCOMP_STAT_INPUT], "input IPcomp packets");
325 IPCOMP(ipc
342 #undef IPCOMP macro
[all...]

Completed in 56 milliseconds