Home
last modified time | relevance | path

Searched defs:sock (Results 1 – 25 of 126) sorted by relevance

123456

/dflybsd-src/contrib/wpa_supplicant/src/drivers/
H A Dlinux_ioctl.c19 int linux_set_iface_flags(int sock, const char *ifname, int dev_up) in linux_set_iface_flags()
59 int linux_iface_up(int sock, const char *ifname) in linux_iface_up()
81 int linux_get_ifhwaddr(int sock, const char *ifname, u8 *addr) in linux_get_ifhwaddr()
104 int linux_set_ifhwaddr(int sock, const char *ifname, const u8 *addr) in linux_set_ifhwaddr()
123 int linux_br_add(int sock, const char *brname) in linux_br_add()
138 int linux_br_del(int sock, const char *brname) in linux_br_del()
150 int linux_br_add_if(int sock, const char *brname, const char *ifname) in linux_br_add_if()
175 int linux_br_del_if(int sock, const char *brname, const char *ifname) in linux_br_del_if()
H A Dnetlink.c19 int sock; member
36 static void netlink_receive(int sock, void *eloop_ctx, void *sock_ctx) in netlink_receive()
/dflybsd-src/crypto/openssh/
H A Dcanohost.c68 get_socket_address(int sock, int remote, int flags) in get_socket_address()
117 get_peer_ipaddr(int sock) in get_peer_ipaddr()
127 get_local_ipaddr(int sock) in get_local_ipaddr()
159 get_sock_port(int sock, int local) in get_sock_port()
200 get_peer_port(int sock) in get_peer_port()
206 get_local_port(int sock) in get_local_port()
H A Dauthfd.c91 int sock, oerrno; in ssh_get_authentication_socket_path() local
138 ssh_request_reply(int sock, struct sshbuf *request, struct sshbuf *reply) in ssh_request_reply()
182 ssh_request_reply_decode(int sock, struct sshbuf *request) in ssh_request_reply_decode()
207 ssh_close_authentication_socket(int sock) in ssh_close_authentication_socket()
215 ssh_lock_agent(int sock, int lock, const char *password) in ssh_lock_agent()
262 ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp) in ssh_fetch_identitylist()
358 ssh_agent_has_key(int sock, const struct sshkey *key) in ssh_agent_has_key()
404 ssh_agent_sign(int sock, const struct sshkey *key, in ssh_agent_sign()
587 ssh_add_identity_constrained(int sock, struct sshkey *key, in ssh_add_identity_constrained()
648 ssh_remove_identity(int sock, const struct sshkey *key) in ssh_remove_identity()
[all …]
H A Dmonitor.c572 mm_answer_moduli(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_moduli()
612 mm_answer_sign(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_sign()
743 mm_answer_pwnamallow(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_pwnamallow()
828 int mm_answer_auth2_read_banner(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_auth2_read_banner()
844 mm_answer_authserv(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_authserv()
893 mm_answer_authpassword(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_authpassword()
933 mm_answer_bsdauthquery(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_bsdauthquery()
967 mm_answer_bsdauthrespond(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_bsdauthrespond()
1001 mm_answer_pam_start(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_pam_start()
1016 mm_answer_pam_account(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_pam_account()
[all …]
H A Dmonitor_fdpass.c52 mm_send_fd(int sock, int fd) in mm_send_fd()
112 mm_receive_fd(int sock) in mm_receive_fd()
/dflybsd-src/usr.bin/sockstat/
H A Dsockstat.c76 struct sock { struct
77 void *socket; argument
82 struct sockaddr_storage laddr; argument
83 struct sockaddr_storage faddr; argument
84 struct sock *next; argument
187 struct sock *sock; in gather_inet() local
298 struct sock *sock; in gather_unix() local
/dflybsd-src/lib/libc/sysvipc/
H A Dsockets.c50 int sock; in init_socket() local
83 handle_new_connection(int sock) in handle_new_connection()
105 int sock, flags; in connect_to_daemon() local
131 send_fd(int sock, int fd) in send_fd()
184 receive_fd(int sock) in receive_fd()
248 send_msg_with_cred(int sock, char *buffer, size_t size) in send_msg_with_cred()
283 receive_msg_with_cred(int sock, char *buffer, size_t size, in receive_msg_with_cred()
/dflybsd-src/usr.sbin/bthcid/
H A Dhci.c129 process_hci(int sock) in process_hci()
182 process_pin_code_request_event(int sock, struct sockaddr_bt *addr, in process_pin_code_request_event()
212 process_link_key_request_event(int sock, struct sockaddr_bt *addr, in process_link_key_request_event()
238 send_pin_code_reply(int sock, struct sockaddr_bt *addr, in send_pin_code_reply()
286 send_link_key_reply(int sock, struct sockaddr_bt *addr, in send_link_key_reply()
341 send_hci_cmd(int sock, struct sockaddr_bt *sa, uint16_t opcode, size_t len, void *buf) in send_hci_cmd()
/dflybsd-src/crypto/libressl/apps/openssl/
H A Ds_socket.c81 init_client(int *sock, char *host, char *port, int type, int af) in init_client()
137 int sock; in do_server() local
173 init_server_long(int *sock, int port, char *ip, int type) in init_server_long()
222 init_server(int *sock, int port, int type) in init_server()
228 do_accept(int acc_sock, int *sock) in do_accept()
/dflybsd-src/usr.sbin/pflogd/
H A Dprivsep_fdpass.c50 send_fd(int sock, int fd) in send_fd()
86 receive_fd(int sock) in receive_fd()
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface_unix.c36 int sock; member
46 int sock; member
76 static void wpas_ctrl_sock_debug(const char *title, int sock, const char *buf, in wpas_ctrl_sock_debug()
129 static void wpa_supplicant_ctrl_iface_receive(int sock, void *eloop_ctx, in wpa_supplicant_ctrl_iface_receive()
282 static int wpas_ctrl_iface_throttle(int sock) in wpas_ctrl_iface_throttle()
351 int sock = -1, gsock = -1; in wpas_ctrl_msg_queue_timeout() local
887 const char *ifname, int sock, in wpa_supplicant_ctrl_iface_send()
1044 static void wpa_supplicant_global_ctrl_iface_receive(int sock, void *eloop_ctx, in wpa_supplicant_global_ctrl_iface_receive()
H A Dctrl_iface_udp.c46 int sock; member
52 int sock; member
217 static void wpa_supplicant_ctrl_iface_receive(int sock, void *eloop_ctx,
500 const char *ifname, int sock,
598 static void wpa_supplicant_global_ctrl_iface_receive(int sock, void *eloop_ctx,
/dflybsd-src/tools/regression/sockets/sigpipe/
H A Dsigpipe.c88 test_send(const char *testname, int sock) in test_send()
104 test_write(const char *testname, int sock) in test_write()
254 int sock[2]; in main() local
/dflybsd-src/contrib/wpa_supplicant/src/utils/
H A Deloop.c43 int sock; member
194 static int eloop_sock_queue(int sock, eloop_event_type type) in eloop_sock_queue()
241 static int eloop_sock_queue(int sock, eloop_event_type type) in eloop_sock_queue()
258 int sock, eloop_sock_handler handler, in eloop_sock_table_add_sock()
383 int sock) in eloop_sock_table_remove_sock()
716 int eloop_register_read_sock(int sock, eloop_sock_handler handler, in eloop_register_read_sock()
724 void eloop_unregister_read_sock(int sock) in eloop_unregister_read_sock()
745 int eloop_register_sock(int sock, eloop_event_type type, in eloop_register_sock()
758 void eloop_unregister_sock(int sock, eloop_event_type type) in eloop_unregister_sock()
1305 void eloop_wait_for_read_sock(int sock) in eloop_wait_for_read_sock()
/dflybsd-src/usr.sbin/ppp/
H A Dtcp.c66 int sock; in tcp_OpenConnection() local
185 struct sockaddr_in sock; in tcp_Create() local
/dflybsd-src/sbin/dhclient/
H A Dprivsep.c52 buf_close(int sock, struct buf *buf) in buf_close()
73 buf_read(int sock, void *buf, size_t nbytes) in buf_read()
H A Dbpf.c64 int sock, b; in if_register_bpf() local
97 int sock, on = 1; in if_register_send() local
H A Ddispatch.c223 int sock; in interface_link_forceup() local
260 int sock; in interface_status() local
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_common.c81 static void process_watch_exception(int sock, void *eloop_ctx, void *sock_ctx) in process_watch_exception()
87 static void process_watch_read(int sock, void *eloop_ctx, void *sock_ctx) in process_watch_read()
93 static void process_watch_write(int sock, void *eloop_ctx, void *sock_ctx) in process_watch_write()
/dflybsd-src/usr.sbin/ypbind/
H A Dyp_ping.c114 int sock = -1; in __pmap_getport() local
220 int sock, dontblock = 1; in __yp_ping() local
/dflybsd-src/contrib/tcp_wrappers/
H A Dworkarounds.c124 int fix_recvfrom(sock, buf, buflen, flags, from, fromlen) in fix_recvfrom() argument
164 int fix_getpeername(sock, sa, len) in fix_getpeername() argument
/dflybsd-src/crypto/libressl/crypto/bio/
H A Db_sock.c92 BIO_sock_error(int sock) in BIO_sock_error()
199 BIO_accept(int sock, char **addr) in BIO_accept()
/dflybsd-src/usr.bin/logger/
H A Dlogger.c55 int sock; member
165 int maxs, len, sock, error, i, lsent = 0; in logmessage() local
/dflybsd-src/stand/lib/
H A Dnetif.c260 socktodesc(int sock) in socktodesc()
301 netif_close(int sock) in netif_close()

123456