ip6_input.c | 563 struct ip6_hbh *hbh; local in function:ip6_input 597 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr), 599 if (hbh == NULL) { 605 KASSERT(ACCESSIBLE_POINTER(hbh, struct ip6_hdr)); 606 nxt = hbh->ip6h_nxt; 862 struct ip6_hbh *hbh; local in function:ip6_hopopts_input 865 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, 867 if (hbh == NULL) { 871 hbhlen = (hbh->ip6h_len + 1) << 3; 872 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr) 1139 struct ip6_hbh *hbh; local in function:ip6_savecontrol [all...] |