Searched refs:sp_udp (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/picotcp/stack/
H A Dpico_socket.c59 static struct pico_sockport *sp_udp = NULL, *sp_tcp = NULL; variable in typeref:struct:pico_sockport
496 if(sp_udp == sp)
497 sp_udp = NULL;
2033 if (sp_udp == NULL)
2036 sp_udp = index_udp->keyValue;
2040 start = sp_udp;
2043 while (loop_score > SL_LOOP_MIN && sp_udp != NULL) {
2046 pico_tree_foreach(index, &sp_udp->socks){
2058 sp_udp = index_udp->keyValue;
2060 if (sp_udp
[all...]

Completed in 29 milliseconds