Searched refs:sock_fd (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/usr.sbin/rpc.statd/
H A Dstatd.c69 static int *sock_fd; variable
198 sock_fd = NULL;
234 free(sock_fd);
236 sock_fd = NULL;
283 free(sock_fd);
323 * Any file descriptors that have been created are stored in sock_fd and
366 sock_fd = realloc(sock_fd, (sock_fdcnt + 1) * sizeof(int));
367 if (sock_fd == NULL)
369 sock_fd[sock_fdcn
[all...]
/freebsd-12-stable/usr.sbin/rpc.lockd/
H A Dlockd.c92 static int *sock_fd; variable
322 sock_fd = NULL;
363 free(sock_fd);
365 sock_fd = NULL;
417 free(sock_fd);
495 * Any file descriptors that have been created are stored in sock_fd and
542 sock_fd = realloc(sock_fd, (sock_fdcnt + 1) * sizeof(int));
543 if (sock_fd == NULL)
545 sock_fd[sock_fdcn
[all...]
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-linux.c469 static int has_wext(int sock_fd, const char *device, char *ebuf);
471 static int enter_rfmon_mode(pcap_t *handle, int sock_fd,
717 del_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state,
721 add_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state, argument
729 ifindex = iface_get_id(sock_fd, device, handle->errbuf);
818 del_mon_if(handle, sock_fd, state, device, mondevice);
832 del_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state, argument
839 ifindex = iface_get_id(sock_fd, mondevice, handle->errbuf);
886 enter_rfmon_mode_mac80211(pcap_t *handle, int sock_fd, const char *device) argument
924 ret = add_mon_if(handle, sock_fd,
1068 int sock_fd; local
3155 map_arphrd_to_dlt(pcap_t *handle, int sock_fd, int arptype, const char *device, int cooked_ok) argument
3592 set_dlt_list_cooked(pcap_t *handle, int sock_fd) argument
3644 int sock_fd = -1, arptype, ret; local
5853 has_wext(int sock_fd, const char *device, char *ebuf) argument
5904 enter_rfmon_mode_wext(pcap_t *handle, int sock_fd, const char *device) argument
6520 enter_rfmon_mode(pcap_t *handle, int sock_fd, const char *device) argument
[all...]
/freebsd-12-stable/contrib/ofed/libibverbs/
H A Dneigh.c202 int sock_fd; local
230 sock_fd = socket(addr_dst->sktaddr.s.sa_family,
232 if (sock_fd == -1)
234 err = bind(sock_fd, &addr_src.sktaddr.s, addr_src.len);
236 close(sock_fd);
240 *psock_fd = sock_fd;
280 static int try_send_to(int sock_fd, void *buff, size_t buf_size, argument
287 err = sendto(sock_fd, buff, buf_size, 0,
304 int sock_fd; local
334 err = create_socket(neigh_handler, &addr_dst, &sock_fd);
[all...]
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.h141 unsigned int sock_fd; member in struct:tls_key_context
/freebsd-12-stable/usr.sbin/mountd/
H A Dmountd.c288 static int *sock_fd; variable
606 sock_fd = NULL;
648 free(sock_fd);
650 sock_fd = NULL;
701 free(sock_fd);
776 * Any file descriptors that have been created are stored in sock_fd and
820 sock_fd = realloc(sock_fd, (sock_fdcnt + 1) * sizeof(int));
821 if (sock_fd == NULL)
823 sock_fd[sock_fdcn
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2616 INTERCEPTOR(int, getsockname, int sock_fd, void *addr, int *addrlen) {
2618 COMMON_INTERCEPTOR_ENTER(ctx, getsockname, sock_fd, addr, addrlen);
2624 int res = REAL(getsockname)(sock_fd, addr, addrlen);

Completed in 102 milliseconds