/openbsd-src/usr.sbin/dhcrelay6/ |
H A D | dhcpd.h | 122 struct protocol { struct 123 struct protocol *next; argument 125 void (*handler)(struct protocol *); argument 126 void *local;
|
H A D | dispatch.c | 240 register_interface(const char *ifname, void (*handler)(struct protocol *)) in register_interface() 463 add_protocol(char *name, int fd, void (*handler)(struct protocol *), in add_protocol()
|
/openbsd-src/usr.sbin/dhcrelay/ |
H A D | dhcpd.h | 125 struct protocol { struct 126 struct protocol *next; argument 128 void (*handler)(struct protocol *); argument 129 void *local;
|
H A D | dispatch.c | 216 register_interface(const char *ifname, void (*handler)(struct protocol *), in register_interface() 447 add_protocol(char *name, int fd, void (*handler)(struct protocol *), in add_protocol()
|
/openbsd-src/usr.sbin/dhcpd/ |
H A D | icmp.c | 70 int protocol = 1, state; in icmp_startup() local 129 icmp_echoreply(struct protocol *protocol) in icmp_echoreply()
|
H A D | dhcpd.h | 287 struct protocol { struct 288 struct protocol *next; argument 290 void (*handler)(struct protocol *); argument 291 void *local;
|
H A D | udpsock.c | 85 udpsock_handler(struct protocol *protocol) in udpsock_handler()
|
/openbsd-src/lib/librthread/ |
H A D | rthread_mutexattr.c | 73 pthread_mutexattr_setprotocol(pthread_mutexattr_t *attrp, int protocol) in pthread_mutexattr_setprotocol() 82 pthread_mutexattr_getprotocol(pthread_mutexattr_t *attrp, int *protocol) in pthread_mutexattr_getprotocol()
|
/openbsd-src/usr.sbin/npppctl/ |
H A D | parser.h | 32 enum protocol { enum 46 enum protocol protocol; member
|
/openbsd-src/usr.bin/dig/lib/dns/ |
H A D | dst_api.c | 227 dst_key_frombuffer(unsigned int alg, unsigned int flags, unsigned int protocol, in dst_key_frombuffer() 316 unsigned int flags, unsigned int protocol, in get_key_struct() 359 unsigned int protocol, isc_buffer_t *source, dst_key_t **keyp) in frombuffer()
|
/openbsd-src/usr.sbin/relayd/ |
H A D | relayd.h | 765 TAILQ_ENTRY(protocol) entry; argument 731 struct protocol { global() struct 732 idprotocol global() argument 733 flagsprotocol global() argument 734 tcpflagsprotocol global() argument 735 tcpbufsizprotocol global() argument 736 tcpbacklogprotocol global() argument 737 tcpipttlprotocol global() argument 738 tcpipminttlprotocol global() argument 739 httpheaderlenprotocol global() argument 740 httpflagsprotocol global() argument 741 tlsflagsprotocol global() argument [all...] |
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/ |
H A D | Acceptor.cpp | 40 Socket::SocketProtocol &protocol) { in FindProtocolByScheme() 50 const char *FindSchemeByProtocol(const Socket::SocketProtocol protocol) { in FindSchemeByProtocol()
|
/openbsd-src/gnu/llvm/lldb/source/Host/common/ |
H A D | Socket.cpp | 72 Socket::Socket(SocketProtocol protocol, bool should_close, in Socket() 106 std::unique_ptr<Socket> Socket::Create(const SocketProtocol protocol, in Create() 327 const int protocol, in CreateSocket()
|
/openbsd-src/sys/kern/ |
H A D | uipc_domain.c | 129 pffindproto(int family,int protocol,int type) pffindproto() argument 190 int family, protocol; net_sysctl() local
|
/openbsd-src/lib/libc/rpc/ |
H A D | pmap_getport.c | 56 u_int protocol) in pmap_getport()
|
H A D | pmap_clnt.c | 53 pmap_set(u_long program, u_long version, u_int protocol, int iport) in pmap_set()
|
/openbsd-src/usr.sbin/pppd/ |
H A D | auth.c | 344 auth_peer_fail(unit,protocol) auth_peer_fail() argument 357 auth_peer_success(unit,protocol,name,namelen) auth_peer_success() argument 398 auth_withpeer_fail(unit,protocol) auth_withpeer_fail() argument 414 auth_withpeer_success(unit,protocol) auth_withpeer_success() argument [all...] |
/openbsd-src/regress/lib/libssl/client/ |
H A D | clienttest.c | 342 const int protocol; member 526 make_client_hello(int protocol,char ** out,size_t * outlen) make_client_hello() argument [all...] |
/openbsd-src/sys/net/ |
H A D | if_pflow.h | 67 u_int8_t protocol; member 108 struct pflow_tmpl_fspec protocol; member 127 struct pflow_tmpl_fspec protocol; member 150 u_int8_t protocol; /* protocolIdentifier */ member 166 u_int8_t protocol; /* protocolIdentifier */ member
|
H A D | if_ppp.c | 655 int protocol, address, control; in pppoutput() local 876 int address, control, protocol; in ppp_dequeue() local
|
/openbsd-src/gnu/usr.bin/perl/dist/IO/lib/IO/ |
H A D | Socket.pm | 388 sub protocol { subroutine [all...] |
/openbsd-src/lib/libevent/ |
H A D | evutil.c | 47 evutil_socketpair(int family, int type, int protocol, int fd[2]) in evutil_socketpair()
|
/openbsd-src/usr.sbin/mopd/common/ |
H A D | pf.c | 76 pfInit(char *interface, int mode, u_short protocol, int typ) in pfInit()
|
/openbsd-src/sbin/isakmpd/ |
H A D | dnssec.c | 57 u_int8_t protocol; member
|
/openbsd-src/gnu/llvm/lldb/source/Host/posix/ |
H A D | DomainSocket.cpp | 61 DomainSocket::DomainSocket(SocketProtocol protocol, in DomainSocket()
|