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

/freebsd-9.3-release/usr.sbin/rpc.statd/
H A Dstatd.c67 static int *sock_fd; variable
192 sock_fd = NULL;
228 free(sock_fd);
230 sock_fd = NULL;
277 free(sock_fd);
313 * Any file descriptors that have been created are stored in sock_fd and
357 sock_fd = realloc(sock_fd, (sock_fdcnt + 1) * sizeof(int));
358 if (sock_fd == NULL)
360 sock_fd[sock_fdcn
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c338 static int has_wext(int sock_fd, const char *device, char *ebuf);
340 static int enter_rfmon_mode(pcap_t *handle, int sock_fd,
571 add_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state, argument
578 ifindex = iface_get_id(sock_fd, device, handle->errbuf);
667 del_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state, argument
674 ifindex = iface_get_id(sock_fd, mondevice, handle->errbuf);
721 enter_rfmon_mode_mac80211(pcap_t *handle, int sock_fd, const char *device) argument
758 ret = add_mon_if(handle, sock_fd, &nlstate, device, mondevice);
806 if (ioctl(sock_fd, SIOCGIFFLAGS, &ifr) == -1) {
810 del_mon_if(handle, sock_fd,
854 int sock_fd; local
2791 int sock_fd = -1, arptype; local
4136 has_wext(int sock_fd, const char *device, char *ebuf) argument
4182 enter_rfmon_mode_wext(pcap_t *handle, int sock_fd, const char *device) argument
4811 enter_rfmon_mode(pcap_t *handle, int sock_fd, const char *device) argument
[all...]
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dlockd.c90 static int *sock_fd; variable
324 sock_fd = NULL;
365 free(sock_fd);
367 sock_fd = NULL;
419 free(sock_fd);
492 * Any file descriptors that have been created are stored in sock_fd and
536 sock_fd = realloc(sock_fd, (sock_fdcnt + 1) * sizeof(int));
537 if (sock_fd == NULL)
539 sock_fd[sock_fdcn
[all...]
/freebsd-9.3-release/usr.sbin/mountd/
H A Dmountd.c246 static int *sock_fd; variable
475 sock_fd = NULL;
510 free(sock_fd);
512 sock_fd = NULL;
558 free(sock_fd);
596 * Any file descriptors that have been created are stored in sock_fd and
641 sock_fd = realloc(sock_fd, (sock_fdcnt + 1) * sizeof(int));
642 if (sock_fd == NULL)
644 sock_fd[sock_fdcn
[all...]

Completed in 120 milliseconds