Home
last modified time | relevance | path

Searched refs:add_protocol (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/dhclient/
H A Ddispatch.c136 add_protocol(iface->name, iface->rfdesc, got_one, iface); in discover_interfaces()
445 add_protocol(const char *name, int fd, void (*handler)(struct protocol *), in add_protocol() function
H A Ddhcpd.h325 void add_protocol(const char *, int, void (*)(struct protocol *), void *);
H A Ddhclient.c523 add_protocol("AF_ROUTE", routefd, routehandler, ifi); in main()