Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/dhcpd/
H A Dicmp.c91 add_protocol("icmp", icmp_protocol_fd, icmp_echoreply, in icmp_startup()
H A Dudpsock.c77 add_protocol("udp", sock, udpsock_handler, (void *)(intptr_t)udpsock); in udpsock_startup()
H A Ddispatch.c291 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 Ddhcpd.h453 void add_protocol (char *, int, void (*)(struct protocol *), void *);
/openbsd-src/usr.sbin/dhcrelay6/
H A Ddhcpd.h158 void add_protocol(char *, int, void (*)(struct protocol *), void *);
H A Ddispatch.c261 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 Ddhcrelay6.c423 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 Ddhcpd.h161 void add_protocol(char *, int, void (*)(struct protocol *), void *);
H A Ddispatch.c238 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 Ddhcrelay.c270 add_protocol("server", sp->fd, got_response, sp); in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c197 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 Dobjc-act.c7717 add_protocol (tree protocol) in add_protocol() function
7763 add_protocol (protocol); in objc_declare_protocols()
7790 add_protocol (protocol); in start_protocol()