Searched refs:add_protocol (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/usr.sbin/dhcpd/ |
| H A D | icmp.c | 91 add_protocol("icmp", icmp_protocol_fd, icmp_echoreply, in icmp_startup()
|
| H A D | udpsock.c | 77 add_protocol("udp", sock, udpsock_handler, (void *)(intptr_t)udpsock); in udpsock_startup()
|
| H A D | dispatch.c | 291 add_protocol(tmp->name, tmp->rfdesc, got_one, tmp); in discover_interfaces() 612 add_protocol(char *name, int fd, void (*handler)(struct protocol *), in add_protocol() function
|
| H A D | dhcpd.h | 453 void add_protocol (char *, int, void (*)(struct protocol *), void *);
|
| /openbsd-src/usr.sbin/dhcrelay6/ |
| H A D | dhcpd.h | 158 void add_protocol(char *, int, void (*)(struct protocol *), void *);
|
| H A D | dispatch.c | 261 add_protocol(intf->name, intf->rfdesc, handler, intf); in register_interface() 463 add_protocol(char *name, int fd, void (*handler)(struct protocol *), in add_protocol() function
|
| H A D | dhcrelay6.c | 423 add_protocol("clientsd", clientsd, mcast6_recv, &clientsd); in relay6_setup() 443 add_protocol("serversd", serversd, mcast6_recv, &serversd); in relay6_setup()
|
| /openbsd-src/usr.sbin/dhcrelay/ |
| H A D | dhcpd.h | 161 void add_protocol(char *, int, void (*)(struct protocol *), void *);
|
| H A D | dispatch.c | 238 add_protocol(intf->name, intf->rfdesc, handler, intf); in register_interface() 447 add_protocol(char *name, int fd, void (*handler)(struct protocol *), in add_protocol() function
|
| H A D | dhcrelay.c | 270 add_protocol("server", sp->fd, got_response, sp); in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 197 static tree add_protocol PARAMS ((tree)); 6423 add_protocol (protocol) in add_protocol() function 6465 add_protocol (protocol); 6494 add_protocol (protocol);
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 7717 add_protocol (tree protocol) in add_protocol() function 7763 add_protocol (protocol); in objc_declare_protocols() 7790 add_protocol (protocol); in start_protocol()
|