Searched refs:ih (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/net/ |
| H A D | pf.c | 9937 struct icmp ih; in pf_test() local 9939 pf_pd_set_hdr_icmp(&pd, &ih, ICMP_MINLEN); in pf_test() 9940 if (!pf_pull_hdr(pbuf, off, &ih, sizeof(ih), ICMP_MINLEN, in pf_test() 10594 struct icmp6_hdr ih; in pf_test6() local 10596 pf_pd_set_hdr_icmp6(&pd, &ih); in pf_test6() 10597 if (!pf_pull_hdr(pbuf, off, &ih, sizeof(ih), sizeof(ih), in pf_test6()
|