HomeSort by relevance Sort by last modified time
    Searched refs:sock_name (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 30 char *sock_name; member in struct:wpa_priv_interface
723 unlink(iface->sock_name);
733 os_free(iface->sock_name);
786 iface->sock_name = os_malloc(len + 1);
787 if (iface->sock_name == NULL) {
792 os_snprintf(iface->sock_name, len + 1, "%s/%s", dir, iface->ifname);
793 if (os_strlen(iface->sock_name) >= sizeof(addr.sun_path)) {
807 os_strlcpy(addr.sun_path, iface->sock_name, sizeof(addr.sun_path));
817 if (unlink(iface->sock_name) < 0) {
820 iface->sock_name, strerror(errno))
    [all...]
  /external/iproute2/misc/
ss.c 793 static void sock_state_print(struct sockstat *s, const char *sock_name)
796 printf("%-*s ", netid_width, sock_name);
    [all...]

Completed in 726 milliseconds