Home
last modified time | relevance | path

Searched refs:rtbl (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/lib/libroken/
H A DMakefile54 rtbl.c \
74 rtbl.3
85 rtbl.h \
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A DMakefile.am115 rtbl.c \
116 rtbl.h \
198 rtbl.h \
212 man_MANS = getarg.3 parse_time.3 rtbl.3 ecalloc.3
H A DNTMakefile87 $(OBJ)\rtbl.obj \
166 $(INCDIR)\rtbl.h \
H A DMakefile.in212 roken_gethostby.c rtbl.c rtbl.h setprogname.c signal.c \
236 libroken_la-roken_gethostby.lo libroken_la-rtbl.lo \
431 ./$(DEPDIR)/libroken_la-rtbl.Plo \
506 parse_time.h parse_units.h resolve.h roken-common.h rtbl.h \
1033 roken_gethostby.c rtbl.c rtbl.h setprogname.c signal.c \
1061 parse_time.h parse_units.h resolve.h roken-common.h rtbl.h \
1067 man_MANS = getarg.3 parse_time.3 rtbl.3 ecalloc.3
1394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libroken_la-rtbl.Plo@am__quote@ # am--include-mark…
1716 libroken_la-rtbl.lo: rtbl.c
1717 …-MT libroken_la-rtbl.lo -MD -MP -MF $(DEPDIR)/libroken_la-rtbl.Tpo -c -o libroken_la-rtbl.lo `test…
[all …]
H A DChangeLog220 * rtbl.h: Add extern "C" for C++.
222 * rtbl.c: Add rtbl_add_column_entryv functions, printf like
224 * rtbl.h: Add rtbl_add_column_entryv functions, printf like
652 * rtbl.3: use .In for header, remove trailing space
656 * rtbl.h: add protos and macros
658 * rtbl.c: implement a bunch of stuff:
831 * rtbl.c (rtbl_destroy): free whole table
1337 * rtbl.c (rtbl_format): avoid printing an empty row at the end
1360 * rtbl.c (rtbl_add_column): initialize `col' completely
1369 * rtbl.{c,h}: simple table functions
/netbsd-src/sys/net/
H A Droute.h372 struct rtbl;
373 typedef struct rtbl rtbl_t;
377 struct rtbl { struct
H A Droute.c551 rtbl_t *rtbl; in rtalloc1_locked() local
559 rtbl = rt_gettable(dst->sa_family); in rtalloc1_locked()
560 if (rtbl == NULL) in rtalloc1_locked()
563 rt = rt_matchaddr(rtbl, dst); in rtalloc1_locked()
1146 rtbl_t *rtbl; in rtrequest1() local
1163 if ((rtbl = rt_gettable(dst->sa_family)) == NULL) in rtrequest1()
1174 if ((rt = rt_lookup(rtbl, dst, netmask)) == NULL) in rtrequest1()
1176 if ((rt = rt_deladdr(rtbl, dst, netmask)) == NULL) in rtrequest1()
1269 rc = rt_addaddr(rtbl, rt, netmask); in rtrequest1()
1302 if ((rt = rt_lookup(rtbl, dst, netmask)) == NULL) in rtrequest1()
H A Dfiles.net49 file net/rtbl.c net
/netbsd-src/sys/rump/librump/rumpnet/
H A DMakefile.rumpnet34 SRCS+= rtbl.c
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog.2000606 * kuser/klist.c: use rtbl to format cred listing, add -f and -s
H A DChangeLog.2004306 * admin/list.c: use rtbl