Home
last modified time | relevance | path

Searched refs:ip6asfrag (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/netinet6/
H A Dfrag6.c94 struct ip6asfrag { struct
95 struct ip6asfrag *ip6af_down; argument
96 struct ip6asfrag *ip6af_up; argument
115 static void frag6_enq(struct ip6asfrag *, struct ip6asfrag *); argument
116 static void frag6_deq(struct ip6asfrag *);
129 static struct ip6asfrag *ip6af_alloc(int);
130 static void ip6af_free(struct ip6asfrag *);
173 _CASSERT(sizeof(struct ip6asfrag) <= _MLEN); in frag6_init()
288 struct ip6asfrag *af6 = NULL, *ip6af = NULL, *af6dwn = NULL; in frag6_input()
487 q6->ip6q_down = q6->ip6q_up = (struct ip6asfrag *)q6; in frag6_input()
[all …]
H A Dip6_var.h101 struct ip6asfrag;
107 struct ip6asfrag *ip6q_down;
108 struct ip6asfrag *ip6q_up;