Lines Matching refs:aIpProto
404 Error Ip6::SendDatagram(Message &aMessage, MessageInfo &aMessageInfo, uint8_t aIpProto) in SendDatagram() argument
411 if ((aIpProto == kProtoUdp) && in SendDatagram()
426 header.SetNextHeader(aIpProto); in SendDatagram()
458 … Checksum::UpdateMessageChecksum(aMessage, header.GetSource(), header.GetDestination(), aIpProto); in SendDatagram()
469 error = FragmentDatagram(aMessage, aIpProto); in SendDatagram()
545 Error Ip6::FragmentDatagram(Message &aMessage, uint8_t aIpProto) in FragmentDatagram() argument
564 fragmentHeader.SetNextHeader(aIpProto); in FragmentDatagram()
781 Error Ip6::FragmentDatagram(Message &aMessage, uint8_t aIpProto) in FragmentDatagram() argument
783 OT_UNUSED_VARIABLE(aIpProto); in FragmentDatagram()
868 uint8_t aIpProto, in Receive() argument
881 switch (aIpProto) in Receive()
896 switch (aIpProto) in Receive()
922 uint8_t aIpProto, in PassToHost() argument
957 switch (aIpProto) in PassToHost()
1472 const char *Ip6::IpProtoToString(uint8_t aIpProto) in IpProtoToString() argument
1482 return Stringify::Lookup(aIpProto, kIpProtoTable, "Unknown"); in IpProtoToString()