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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c100 struct ip6_frag fr_ip6f_opt; member in struct:pf_frent
997 (ntohs((fr)->fr_ip6f_opt.ip6f_offlg & IP6F_OFF_MASK))
1038 (*frag)->fr_p = frent->fr_ip6f_opt.ip6f_nxt;
1039 (*frag)->fr_id6 = frent->fr_ip6f_opt.ip6f_ident;
1075 frent->fr_ip6f_opt.ip6f_offlg =
1076 htons(ntohs(frent->fr_ip6f_opt.ip6f_offlg) +
1091 frea->fr_ip6f_opt.ip6f_offlg =
1092 htons(ntohs(frea->fr_ip6f_opt.ip6f_offlg) +
2007 frent->fr_ip6f_opt = frag;

Completed in 67 milliseconds