Home
last modified time | relevance | path

Searched refs:icmp_gwaddr (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/netinet/
Dip_icmp.h92 #define icmp_gwaddr icmp_hun.ih_gwaddr macro
Dip_icmp.c247 icp->icmp_gwaddr.s_addr = dest; in icmp_do_error()
621 memcpy(&sgw.sin_addr, &icp->icmp_gwaddr, in icmp_input_if()
630 inet_ntop(AF_INET, &icp->icmp_gwaddr, gw, sizeof(gw)); in icmp_input_if()
/openbsd/src/usr.sbin/tcpdump/
Dprint-icmp.c279 ipaddr_string(&dp->icmp_gwaddr)); in icmp_print()
/openbsd/src/sbin/ping/
Dping.c1670 inet_ntoa(icp->icmp_gwaddr)); in pr_icmph()