Searched refs:protocol (Results 1 – 5 of 5) sorted by relevance
210 static int net_check_prereq(enum proto_t protocol);435 int net_loop(enum proto_t protocol) in net_loop() argument441 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 …]
724 static void sanitize_tftp_block_size_option(enum proto_t protocol) in sanitize_tftp_block_size_option() argument728 switch (protocol) { in sanitize_tftp_block_size_option()762 void tftp_start(enum proto_t protocol) in tftp_start() argument807 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()
22 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, ICMPv6236 Execution Environment) protocol.
403 int net_loop(enum proto_t protocol) in net_loop() argument407 switch (protocol) { in net_loop()
58 TCP protocol with selective acknowledgements. Improves
Completed in 674 milliseconds