Home
last modified time | relevance | path

Searched refs:lname (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/
Dnetstat.c252 static long extract_socket_inode(const char *lname) in extract_socket_inode() argument
256 if (is_prefixed_with(lname, "socket:[")) { in extract_socket_inode()
258 inode = bb_strtoul(lname + sizeof("socket:[")-1, (char**)&lname, 0); in extract_socket_inode()
259 if (*lname != ']') in extract_socket_inode()
261 } else if (is_prefixed_with(lname, "[0000]:")) { in extract_socket_inode()
263 inode = bb_strtoul(lname + sizeof("[0000]:")-1, NULL, 0); in extract_socket_inode()