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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipcomp_input.c208 if (ipsec_addhist(m, IPPROTO_IPCOMP, (u_int32_t)cpi) != 0) {
336 if (ipsec_addhist(m, IPPROTO_IPCOMP, (u_int32_t)cpi) != 0) {
H A Dah_input.c492 if (ipsec_addhist(m, IPPROTO_AH, spi) != 0 ||
493 ipsec_addhist(m, IPPROTO_IPV4, 0) != 0) {
578 if (ipsec_addhist(m, IPPROTO_AH, spi) != 0) {
913 if (ipsec_addhist(m, IPPROTO_AH, spi) != 0 ||
914 ipsec_addhist(m, IPPROTO_IPV6, 0) != 0) {
996 if (ipsec_addhist(m, IPPROTO_AH, spi) != 0) {
H A Desp_input.c567 if (ipsec_addhist(m, IPPROTO_ESP, spi) != 0 ||
568 ipsec_addhist(m, IPPROTO_IPV4, 0) != 0) {
623 if (ipsec_addhist(m, IPPROTO_ESP, spi) != 0) {
1025 if (ipsec_addhist(m, IPPROTO_ESP, spi) != 0 ||
1026 ipsec_addhist(m, IPPROTO_IPV6, 0) != 0) {
1150 if (ipsec_addhist(m, IPPROTO_ESP, spi) != 0) {
H A Dipsec.h362 extern int ipsec_addhist(struct mbuf *, int, u_int32_t);
H A Dipsec.c4347 ipsec_addhist( function

Completed in 33 milliseconds