Searched refs:add_protocol (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/usr.sbin/dhcrelay/ |
| D | dispatch.c | 127 add_protocol(iface->name, iface->rfdesc, got_one, iface); in discover_interfaces() 344 add_protocol(char *name, int fd, void (*handler)(struct protocol *), in add_protocol() function
|
| D | dhcpd.h | 167 void add_protocol(char *, int, void (*)(struct protocol *), void *);
|
| D | dhcrelay.c | 165 add_protocol("server", sp->fd, got_response, sp); in main()
|
| /mirbsd/src/usr.sbin/dhcpd/ |
| D | icmp.c | 76 add_protocol("icmp", icmp_protocol_fd, icmp_echoreply, (void *)handler); in icmp_startup()
|
| D | dispatch.c | 262 add_protocol(tmp->name, tmp->rfdesc, got_one, tmp); in discover_interfaces() 575 add_protocol(char *name, int fd, void (*handler)(struct protocol *), in add_protocol() function
|
| D | dhcpd.h | 735 void add_protocol (char *, int, void (*)(struct protocol *), void *);
|