Lines Matching refs:pcReturn
833 const char * pcReturn; in pcMessageType() local
838 pcReturn = "DEST_UNREACHABLE"; in pcMessageType()
842 pcReturn = "PACKET_TOO_BIG"; in pcMessageType()
846 pcReturn = "TIME_EXEEDED"; in pcMessageType()
850 pcReturn = "PARAMETER_PROBLEM"; in pcMessageType()
854 pcReturn = "PING_REQUEST"; in pcMessageType()
858 pcReturn = "PING_REPLY"; in pcMessageType()
862 pcReturn = "ROUTER_SOL"; in pcMessageType()
866 pcReturn = "ROUTER_ADV"; in pcMessageType()
870 pcReturn = "NEIGHBOR_SOL"; in pcMessageType()
874 pcReturn = "NEIGHBOR_ADV"; in pcMessageType()
878 pcReturn = "UNKNOWN ICMP"; in pcMessageType()
882 return pcReturn; in pcMessageType()