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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.c3938 struct ipsec_tag *itag; local
3945 itag = (struct ipsec_tag*)(tag + 1);
3946 itag->socket = 0;
3947 itag->history_count = 0;
3984 struct ipsec_tag *itag)
3986 if (itag && itag->socket == NULL && itag->history_count == 0) {
3987 m_tag_delete(m, ((struct m_tag*)itag) - 1);
4016 struct ipsec_tag *itag; local
3982 ipsec_optaux( struct mbuf *m, struct ipsec_tag *itag) argument
4031 struct ipsec_tag *itag; local
4054 struct ipsec_tag *itag; local
4070 struct ipsec_tag *itag; local
[all...]

Completed in 28 milliseconds