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

/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp229 static net_protocol_module_info* sReceivingProtocol[256]; variable
855 net_protocol_module_info* module = sReceivingProtocol[protocol];
861 module = sReceivingProtocol[protocol];
867 sReceivingProtocol[protocol] = module;
1724 if (sReceivingProtocol[i] != NULL)
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp217 static net_protocol_module_info* sReceivingProtocol[256]; variable
862 net_protocol_module_info* module = sReceivingProtocol[protocol];
868 module = sReceivingProtocol[protocol];
874 sReceivingProtocol[protocol] = module;
2044 if (sReceivingProtocol[i] != NULL)

Completed in 43 milliseconds