Searched refs:addressfamily (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/lib/libifconfig/
H A Dlibifconfig_internal.c56 ifconfig_ioctlwrap(ifconfig_handle_t *h, const int addressfamily, argument
61 if (ifconfig_socket(h, addressfamily, &s) != 0) {
80 ifconfig_socket(ifconfig_handle_t *h, const int addressfamily, int *s) argument
83 if (addressfamily > AF_MAX) {
89 if (h->sockets[addressfamily] != -1) {
90 *s = h->sockets[addressfamily];
95 h->sockets[addressfamily] = socket(addressfamily, SOCK_DGRAM, 0);
96 if (h->sockets[addressfamily] == -1) {
102 *s = h->sockets[addressfamily];
[all...]
H A Dlibifconfig_internal.h63 * Retrieves socket for address family <paramref name="addressfamily"> from
65 * @param addressfamily The address family of the socket to retrieve
81 int ifconfig_socket(ifconfig_handle_t *h, const int addressfamily, int *s);
84 int ifconfig_ioctlwrap(ifconfig_handle_t *h, const int addressfamily,
/freebsd-12-stable/crypto/openssh/regress/
H A Dcfgparse.sh41 # test 1: addressfamily and port first
44 addressfamily any
63 addressfamily any

Completed in 103 milliseconds