Searched refs:gw_addr (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/netstat/ |
H A D | nhgrp.c | 283 char gw_addr[64]; in update_global_map() local 301 strlcpy(gw_addr, cp, sizeof(gw_addr)); in update_global_map() 303 snprintf(gw_addr, sizeof(gw_addr), "%s/resolve", iface_name); in update_global_map() 305 nhop_map_update(&global_nhop_map, nh->nh_idx, gw_addr, iface_name); in update_global_map()
|
H A D | nhops.c | 242 char gw_addr[64]; in print_nhop_entry_sysctl() local 274 strlcpy(gw_addr, cp, sizeof(gw_addr)); in print_nhop_entry_sysctl() 276 snprintf(gw_addr, sizeof(gw_addr), "%s/resolve", iface_name); in print_nhop_entry_sysctl() 277 protrusion = print_addr("gateway", gw_addr, wid_dst - protrusion); in print_nhop_entry_sysctl() 279 nhop_map_update(&global_nhop_map, nh->nh_idx, gw_addr, iface_name); in print_nhop_entry_sysctl()
|
/freebsd/sys/dev/usb/net/ |
H A D | if_usievar.h | 174 uint8_t gw_addr[16]; member 183 uint8_t gw_addr[16]; member
|
H A D | if_usie.c | 1138 memcpy(sc->sc_net.gw_addr, lsi->gw_addr, 16); in usie_if_status_cb() 1146 *lsi->gw_addr, *(lsi->gw_addr + 1), in usie_if_status_cb() 1147 *(lsi->gw_addr + 2), *(lsi->gw_addr + 3)); in usie_if_status_cb()
|
/freebsd/sys/net/route/ |
H A D | nhop.c | 197 uint32_t gw_addr; member 220 .gw_addr = (nh->gw_sa.sa_family == AF_INET6) ? in hash_priv()
|