| tag | line | file | source code |
|---|---|---|---|
| ipx_socket_list | 65 | net/inet/ipx.c | static ipx_socket *volatile ipx_socket_list=NULL; |
| ipx_socket_list | 78 | net/inet/ipx.c | s=ipx_socket_list; |
| ipx_socket_list | 81 | net/inet/ipx.c | ipx_socket_list=s->next; |
| ipx_socket_list | 101 | net/inet/ipx.c | sk->next=ipx_socket_list; |
| ipx_socket_list | 102 | net/inet/ipx.c | ipx_socket_list=sk; |
| ipx_socket_list | 109 | net/inet/ipx.c | s=ipx_socket_list; |
| ipx_socket_list | 153 | net/inet/ipx.c | for (s = ipx_socket_list; s != NULL; s = s->next) |