HomeSort by: relevance | last modified time | path
    Searched defs:icmph (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netipsec/
ipsec.c 896 struct icmp icmph; local in function:ipsec4_get_ulp
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; local in function:ipsec6_get_ulp
1029 m_copydata(m, off, sizeof(icmph), &icmph);
1031 htons((uint16_t)icmph.icmp6_type);
1033 htons((uint16_t)icmph.icmp6_code)
    [all...]
  /src/sys/netinet/
sctp_usrreq.c 243 struct icmp *icmph; local in function:sctp_notify_mbuf
260 icmph = (struct icmp *)((vaddr_t)ip - (sizeof(struct icmp) -
262 if (icmph->icmp_type != ICMP_UNREACH) {
267 if (icmph->icmp_code != ICMP_UNREACH_NEEDFRAG) {
273 nxtsz = ntohs(icmph->icmp_seq);

Completed in 14 milliseconds