Searched refs:icmp_ip (Results 1 – 5 of 5) sorted by relevance
87 #define icmp_ip icmp_dun.id_ip.idi_ip macro108 #define ICMP_ADVLEN(p) (8 + (IP_HL(&(p)->icmp_ip) << 2) + 8)369 TCHECK(dp->icmp_ip.ip_dst); in icmp_print()373 TCHECK(dp->icmp_ip.ip_p); in icmp_print()376 ipaddr_string(&dp->icmp_ip.ip_dst), in icmp_print()377 dp->icmp_ip.ip_p); in icmp_print()381 TCHECK(dp->icmp_ip.ip_p); in icmp_print()382 oip = &dp->icmp_ip; in icmp_print()420 ipaddr_string(&dp->icmp_ip.ip_dst), mtu); in icmp_print()424 ipaddr_string(&dp->icmp_ip.ip_dst)); in icmp_print()[all …]
275 memcpy(&icp->icmp_ip, msrc->m_data, s_ip_len); /* report the ip packet */ in icmp_error()276 HTONS(icp->icmp_ip.ip_len); in icmp_error()277 HTONS(icp->icmp_ip.ip_id); in icmp_error()278 HTONS(icp->icmp_ip.ip_off); in icmp_error()
90 #define icmp_ip icmp_dun.id_ip.idi_ip macro107 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
273 memcpy(&icp->icmp_ip, msrc->m_data, s_ip_len); /* report the ip packet */ in icmp_error()274 HTONS(icp->icmp_ip.ip_len); in icmp_error()275 HTONS(icp->icmp_ip.ip_id); in icmp_error()276 HTONS(icp->icmp_ip.ip_off); in icmp_error()
88 #define icmp_ip icmp_dun.id_ip.idi_ip macro105 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)