Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 5 of 5) sorted by relevance

/net/
A Dnet.c210 static int net_check_prereq(enum proto_t protocol);
435 int net_loop(enum proto_t protocol) in net_loop() argument
441 if (protocol != PING) in net_loop()
490 switch (net_check_prereq(protocol)) { in net_loop()
504 switch (protocol) { in net_loop()
511 tftp_start(protocol); in net_loop()
712 if (time_handler && protocol == RS) in net_loop()
735 if (protocol != NETCONS && protocol != NCSI) in net_loop()
740 eth_set_last_protocol(protocol); in net_loop()
1489 static int net_check_prereq(enum proto_t protocol) in net_check_prereq() argument
[all …]
A Dtftp.c724 static void sanitize_tftp_block_size_option(enum proto_t protocol) in sanitize_tftp_block_size_option() argument
728 switch (protocol) { in sanitize_tftp_block_size_option()
762 void tftp_start(enum proto_t protocol) in tftp_start() argument
807 sanitize_tftp_block_size_option(protocol); in tftp_start()
859 protocol == TFTPPUT ? "to" : "from", in tftp_start()
893 tftp_put_active = (protocol == TFTPPUT); in tftp_start()
A DKconfig22 handler for udp protocol.
201 handler for tcp protocol.
207 TCP protocol with SACK. SACK means selective acknowledgements.
216 Enable IPv6 support. It includes Neighbour Discovery protocol, ICMPv6
236 Execution Environment) protocol.
/net/lwip/
A Dnet-lwip.c403 int net_loop(enum proto_t protocol) in net_loop() argument
407 switch (protocol) { in net_loop()
A DKconfig58 TCP protocol with selective acknowledgements. Improves

Completed in 674 milliseconds