Searched refs:print_host (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/usr.sbin/pf/pfs/
H A Dpfs.c67 static char* print_host(const struct pfsync_state_host *h, sa_family_t, char*, size_t);
229 print_host(const struct pfsync_state_host *h, sa_family_t af, char* buf, function
315 print_host(&p->lan, p->af, buf1, sizeof(buf1)),
316 print_host(&p->ext, p->af, buf2, sizeof(buf2)),
317 print_host(&p->gwy, p->af, buf3, sizeof(buf3)));
321 print_host(&p->lan, p->af, buf1, sizeof(buf1)),
322 print_host(&p->ext, p->af, buf2, sizeof(buf2)));
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpf_print_state.c155 print_host(struct pfsync_state_host *h, sa_family_t af, int opts) function
214 print_host(&s->lan, s->af, opts);
220 print_host(&s->gwy, s->af, opts);
225 print_host(&s->ext, s->af, opts);
H A Dpfctl.h116 void print_host(struct pfsync_state_host *, sa_family_t, int);
/netbsd-current/external/bsd/tcpdump/dist/
H A Dpf_print_state.c164 print_host(struct pfsync_state_host *h, sa_family_t af, int opts) function
223 print_host(&s->lan, s->af, opts);
229 print_host(&s->gwy, s->af, opts);
234 print_host(&s->ext, s->af, opts);
/netbsd-current/usr.sbin/mtrace/
H A Dmtrace.c152 const char * print_host(u_int32_t addr);
712 print_host(base.qhdr.tr_dst);
719 print_host(base.qhdr.tr_src);
732 print_host(u_int32_t addr) function
805 print_host(next);
840 print_host(qsrc);
1446 print_host(qdst);
1460 print_host(qsrc);
1466 print_host(qdst);
1562 print_host(qsr
[all...]
/netbsd-current/usr.bin/ftp/
H A Dfetch.c818 print_host(FETCH *fin, const struct urlinfo *ui) function
877 print_host(fin, oui);
882 print_host(fin, ui);
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dmdb.c170 print_host(const void *name, unsigned len, void *value) {
182 hash_foreach(h, print_host);

Completed in 312 milliseconds