Searched refs:ih (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | pf.c | 9958 struct icmp ih; in pf_test() local 9960 pf_pd_set_hdr_icmp(&pd, &ih, ICMP_MINLEN); in pf_test() 9961 if (!pf_pull_hdr(pbuf, off, &ih, sizeof(ih), ICMP_MINLEN, in pf_test() 10615 struct icmp6_hdr ih; in pf_test6() local 10617 pf_pd_set_hdr_icmp6(&pd, &ih); in pf_test6() 10618 if (!pf_pull_hdr(pbuf, off, &ih, sizeof(ih), sizeof(ih), in pf_test6()
|