Home
last modified time | relevance | path

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

/netbsd-src/sys/dist/pf/net/
H A Dpfvar.h163 #ifndef RTLABEL_LEN
164 #define RTLABEL_LEN 32 macro
175 char rtlabelname[RTLABEL_LEN];
/netbsd-src/sbin/route/
H A Drtutil.c492 static char name[RTLABEL_LEN]; in routename()