Home | History | Annotate | Download | only in netipsec

Lines Matching defs:icmph

896 		struct icmp icmph;
931 m_copydata(m, off, sizeof(icmph), &icmph);
933 htons((uint16_t)icmph.icmp_type);
935 htons((uint16_t)icmph.icmp_code);
986 struct icmp6_hdr icmph;
1029 m_copydata(m, off, sizeof(icmph), &icmph);
1031 htons((uint16_t)icmph.icmp6_type);
1033 htons((uint16_t)icmph.icmp6_code);