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

/seL4-camkes-master/projects/picotcp/stack/
H A Dpico_socket.c30 #define PROTO(s) ((s)->proto->proto_number) macro
45 #define PROTO(s) ((s)->proto->proto_number) macro
344 test = pico_get_sockport(PROTO(s), s->local_port);
386 if (PROTO(s) != PICO_PROTO_UDP && PROTO(s) != PICO_PROTO_TCP)
392 sp = pico_get_sockport(PROTO(s), s->local_port);
404 sp->proto = PROTO(s);
409 if (PROTO(s) == PICO_PROTO_UDP)
418 else if (PROTO(s) == PICO_PROTO_TCP)
484 if (PROTO(
[all...]
/seL4-camkes-master/projects/picotcp/docs/user_manual/
H A Dchap_api_sock.tex21 \item \texttt{net} - Network protocol, \texttt{PICO$\_$PROTO$\_$IPV4} = 0, \texttt{PICO$\_$PROTO$\_$IPV6} = 41
22 \item \texttt{proto} - Transport protocol, \texttt{PICO$\_$PROTO$\_$TCP} = 6, \texttt{PICO$\_$PROTO$\_$UDP} = 17
452 \item \texttt{proto} - Proto of the address returned in the \texttt{local$\_$addr} field. Can be either \texttt{PICO$\_$PROTO$\_$IPV4} or \texttt{PICO$\_$PROTO$\_$IPV6}
492 \item \texttt{proto} - Proto of the address returned in the \texttt{local$\_$addr} field. Can be either \texttt{PICO$\_$PROTO$\_$IPV4} or \texttt{PICO$\_$PROTO$\_$IPV6}
H A Dchap_api_ipv4.tex344 \item \texttt{PICO$\_$PROTO$\_$ICMP4}
345 \item \texttt{PICO$\_$PROTO$\_$TCP}
346 \item \texttt{PICO$\_$PROTO$\_$UDP}
H A Dchap_api_tftp.tex61 \item \texttt{family} - The chosen socket family. Accepted values are \texttt{PICO$\_$PROTO$\_$IPV4} for IPv4 and \texttt{PICO$\_$PROTO$\_$IPV6} for IPv6.
200 \item \texttt{family} - The chosen socket family. Accepted values are \texttt{PICO$\_$PROTO$\_$IPV4} for IPv4 and \texttt{PICO$\_$PROTO$\_$IPV6} for IPv6.
678 \item \texttt{family} - The chosen socket family. Accepted values are \texttt{PICO$\_$PROTO$\_$IPV4} for IPv4 and \texttt{PICO$\_$PROTO$\_$IPV6} for IPv6.

Completed in 84 milliseconds