Searched refs:match_ip (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | lsof.c | 184 static void match_ip(char *line, int af, char type, struct file_info *fi, in match_ip() function 235 return scan_proc_net_file("/proc/net/tcp", 4, 't', match_ip, fi, inode) || in find_socket() 236 scan_proc_net_file("/proc/net/tcp6", 6, 't', match_ip, fi, inode) || in find_socket() 237 scan_proc_net_file("/proc/net/udp", 4, 'u', match_ip, fi, inode) || in find_socket() 238 scan_proc_net_file("/proc/net/udp6", 6, 'u', match_ip, fi, inode) || in find_socket() 239 scan_proc_net_file("/proc/net/raw", 4, 'r', match_ip, fi, inode) || in find_socket() 240 scan_proc_net_file("/proc/net/raw6", 6, 'r', match_ip, fi, inode) || in find_socket()
|