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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.c135 struct ipsec_tag;
245 static struct ipsec_tag *ipsec_addaux(struct mbuf *);
246 static struct ipsec_tag *ipsec_findaux(struct mbuf *);
247 static void ipsec_optaux(struct mbuf *, struct ipsec_tag *);
3917 struct ipsec_tag { struct
3924 #define IPSEC_TAG_HDR_SIZE (offsetof(struct ipsec_tag, history[0]))
3928 static struct ipsec_tag *
3938 struct ipsec_tag *itag;
3945 itag = (struct ipsec_tag*)(tag + 1);
3953 return tag ? (struct ipsec_tag*)(ta
[all...]

Completed in 8 milliseconds