Searched refs:sock_prints (Results 1 – 1 of 1) sorted by relevance
902 } sock_prints[] = { variable923 (sizeof (sock_prints) / sizeof (struct sock_print))1036 if ((sock_prints[i].family == so.so_family && in pfile_callback()1037 sock_prints[i].type == so.so_type && in pfile_callback()1038 sock_prints[i].pro == so.so_protocol) || in pfile_callback()1039 (sock_prints[i].family == so.so_family && in pfile_callback()1040 sock_prints[i].type == so.so_type && in pfile_callback()1042 if ((*sock_prints[i].print)(&so) == -1) in pfile_callback()