Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/common/
H A Drtsock_70.c102 if ((error = rt_msg3(RTM_ONEWADDR, info, 0, w, &len))) in compat_70_iflist_addr()
/netbsd-src/sys/net/
H A Droute.h550 int rt_msg3(int, struct rt_addrinfo *, void *, struct rt_walkarg *, int *);
H A Drtsock.c119 rt_msg3(int type, struct rt_addrinfo *rtinfo, void *cpv, struct rt_walkarg *w, in rt_msg3() function
H A Dif_llatbl.c107 if ((error = rt_msg3(RTM_GET, &info, 0, w, &size))) in lltable_dump_entry()