Searched refs:nhop_external (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.bin/netstat/
H A Dnhops.c242 print_nhop_entry_sysctl(const char *name, struct rt_msghdr *rtm, struct nhop_external *nh)
345 struct nhop_external *nh;
382 nh = (struct nhop_external *)(rtm + 1);
399 struct nhop_external *nh;
408 nh = (struct nhop_external *)(nd.nh_map[0].rtm + 1);
428 nh = (struct nhop_external *)(rtm + 1);
H A Dnhgrp.c283 update_global_map(struct nhop_external *nh)
315 struct nhop_external *nh;
322 nh = (struct nhop_external *)(rtm + 1);
/freebsd-13-stable/sys/net/route/
H A Dnhop.h188 struct nhop_external { struct
H A Dnhop_ctl.c802 * nhop_external - nexhop description structure (with length)
810 struct nhop_external nhe;
813 struct nhop_external *pnhe;
829 /* nhop_external */
831 pnhe->nh_len = sizeof(struct nhop_external);

Completed in 92 milliseconds