Home
last modified time | relevance | path

Searched refs:ripun (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/include/protocols/
H A Drouted.h119 } ripun; member
120 #define rip_nets ripun.ru_nets
121 #define rip_auths ripun.ru_auth
122 #define rip_tracefile ripun.ru_tracefile
/netbsd-src/sbin/routed/rtquery/
H A Drtquery.c247 omsg_len += strlen(result) - sizeof(OMSG.ripun); in main()