HelenOS sources
inet_ntrans_t 58 uspace/srv/net/inetsrv/ntrans.c static inet_ntrans_t *ntrans_find(addr128_t ip_addr)
inet_ntrans_t 60 uspace/srv/net/inetsrv/ntrans.c list_foreach(ntrans_list, ntrans_list, inet_ntrans_t, ntrans) {
inet_ntrans_t 79 uspace/srv/net/inetsrv/ntrans.c inet_ntrans_t *ntrans;
inet_ntrans_t 80 uspace/srv/net/inetsrv/ntrans.c inet_ntrans_t *prev;
inet_ntrans_t 82 uspace/srv/net/inetsrv/ntrans.c ntrans = calloc(1, sizeof(inet_ntrans_t));
inet_ntrans_t 113 uspace/srv/net/inetsrv/ntrans.c inet_ntrans_t *ntrans;
inet_ntrans_t 141 uspace/srv/net/inetsrv/ntrans.c inet_ntrans_t *ntrans = ntrans_find(ip_addr);
HelenOS homepage, sources at GitHub