Lines Matching refs:protocol
210 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()
450 if (phy_interface_is_ncsi() && protocol != NCSI && !ncsi_active()) { 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()
612 if (IS_ENABLED(CONFIG_PROT_UDP) && protocol == UDP) 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
1491 switch (protocol) { in net_check_prereq()