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 29 char *sock_name; member in struct:wpa_priv_interface
634 unlink(iface->sock_name);
642 os_free(iface->sock_name);
695 iface->sock_name = os_malloc(len + 1);
696 if (iface->sock_name == NULL) {
701 os_snprintf(iface->sock_name, len + 1, "%s/%s", dir, iface->ifname);
702 if (os_strlen(iface->sock_name) >= sizeof(addr.sun_path)) {
716 os_strlcpy(addr.sun_path, iface->sock_name, sizeof(addr.sun_path));
726 if (unlink(iface->sock_name) < 0) {
729 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 100 milliseconds