Searched refs:rtbl (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/lib/libroken/ |
| H A D | Makefile | 54 rtbl.c \ 74 rtbl.3 85 rtbl.h \
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | Makefile.am | 115 rtbl.c \ 116 rtbl.h \ 198 rtbl.h \ 212 man_MANS = getarg.3 parse_time.3 rtbl.3 ecalloc.3
|
| H A D | NTMakefile | 87 $(OBJ)\rtbl.obj \ 166 $(INCDIR)\rtbl.h \
|
| H A D | Makefile.in | 212 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 D | ChangeLog | 220 * 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 D | route.h | 372 struct rtbl; 373 typedef struct rtbl rtbl_t; 377 struct rtbl { struct
|
| H A D | route.c | 551 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 D | files.net | 49 file net/rtbl.c net
|
| /netbsd-src/sys/rump/librump/rumpnet/ |
| H A D | Makefile.rumpnet | 34 SRCS+= rtbl.c
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/ |
| H A D | ChangeLog.2000 | 606 * kuser/klist.c: use rtbl to format cred listing, add -f and -s
|
| H A D | ChangeLog.2004 | 306 * admin/list.c: use rtbl
|