Home
last modified time | relevance | path

Searched refs:nh_prepend (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/route/
H A Dnhop.h141 char nh_prepend[48]; /* L2 prepend */ member
254 char nh_prepend[64]; /* L2 prepend */ member
H A Dnhop_ctl.c1222 memcpy(pnhe->nh_prepend, nh->nh_prepend, sizeof(nh->nh_prepend)); in dump_nhop_entry()
/freebsd/usr.bin/netstat/
H A Dnhops.c312 snprintf(&buffer[i * 2], 3, "%02X", nh->nh_prepend[i]); in print_nhop_entry_sysctl()