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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.h336 extern size_t ipsec4_hdrsiz(struct mbuf *, u_int, struct inpcb *);
H A Dipsec.c2125 ipsec4_hdrsiz(m, dir, inp) function
2155 printf("DP ipsec4_hdrsiz call free SP:%p\n", sp));
2157 printf("ipsec4_hdrsiz: size:%lu.\n", (u_int32_t)size));
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_subr.c2326 hdrsiz = ipsec4_hdrsiz(m, IPSEC_DIR_OUTBOUND, inp);

Completed in 22 milliseconds