Searched refs:client_address (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/nscd/ |
H A D | nscdcli.c | 178 struct sockaddr_un client_address; in open_nscd_connection__() local 186 client_address.sun_family = PF_LOCAL; in open_nscd_connection__() 187 strlcpy(client_address.sun_path, params->socket_path, in open_nscd_connection__() 188 sizeof(client_address.sun_path)); in open_nscd_connection__() 189 client_address_len = sizeof(client_address.sun_family) + in open_nscd_connection__() 190 strlen(client_address.sun_path) + 1; in open_nscd_connection__() 192 res = connect(client_socket, (struct sockaddr *)&client_address, in open_nscd_connection__()
|
/freebsd/usr.sbin/bootparamd/bootparamd/ |
H A D | bootparamd.c | 50 255 & whoami->client_address.bp_address_u.ip_addr.net, in bootparamproc_whoami_1_svc() 51 255 & whoami->client_address.bp_address_u.ip_addr.host, in bootparamproc_whoami_1_svc() 52 255 & whoami->client_address.bp_address_u.ip_addr.lh, in bootparamproc_whoami_1_svc() 53 255 & whoami->client_address.bp_address_u.ip_addr.impno); in bootparamproc_whoami_1_svc() 56 255 & whoami->client_address.bp_address_u.ip_addr.net, in bootparamproc_whoami_1_svc() 57 255 & whoami->client_address.bp_address_u.ip_addr.host, in bootparamproc_whoami_1_svc() 58 255 & whoami->client_address.bp_address_u.ip_addr.lh, in bootparamproc_whoami_1_svc() 59 255 & whoami->client_address.bp_address_u.ip_addr.impno); in bootparamproc_whoami_1_svc() 61 bcopy((char *)&whoami->client_address.bp_address_u.ip_addr, (char *)&haddr, in bootparamproc_whoami_1_svc()
|
/freebsd/lib/libc/net/ |
H A D | nscachedcli.c | 193 struct sockaddr_un client_address; in __open_cached_connection() local 200 client_address.sun_family = PF_LOCAL; in __open_cached_connection() 201 strncpy(client_address.sun_path, params->socket_path, in __open_cached_connection() 202 sizeof(client_address.sun_path)); in __open_cached_connection() 203 client_address_len = sizeof(client_address.sun_family) + in __open_cached_connection() 204 strlen(client_address.sun_path) + 1; in __open_cached_connection() 206 res = _connect(client_socket, (struct sockaddr *)&client_address, in __open_cached_connection()
|
/freebsd/usr.sbin/bootparamd/callbootd/ |
H A D | callbootd.c | 94 whoami_arg.client_address.address_type = IP_ADDR_TYPE; in main() 98 bcopy(&the_inet_addr,&whoami_arg.client_address.bp_address_u.ip_addr,4); in main()
|
/freebsd/include/rpcsvc/ |
H A D | bootparam_prot.x | 72 bp_address client_address; member
|