| H A D | network_helpers.c | 892 static const char *pkt_type_str(u16 pkt_type) in show_ipv4_packet() argument 894 if (pkt_type < ARRAY_SIZE(pkt_types)) in show_ipv4_packet() 895 return pkt_types[pkt_type]; in show_ipv4_packet() 903 u16 proto, bool ipv6, u8 pkt_type) in show_ipv4_packet() 929 ifname, pkt_type_str(pkt_type), src_addr, dst_addr, len, in traffic_monitor_thread() 934 ifname, pkt_type_str(pkt_type), src_addr, dst_addr, len, in traffic_monitor_thread() 939 ifname, pkt_type_str(pkt_type), ipv6 ? "IPv6" : "IPv4", in traffic_monitor_thread() 955 ifname, pkt_type_str(pkt_type), src_addr, src_port, in traffic_monitor_thread() 959 ifname, pkt_type_str(pkt_type), src_addr, src_port, in traffic_monitor_thread() 963 static void show_ipv6_packet(const u_char *packet, u32 ifindex, u8 pkt_type) in traffic_monitor_thread() 795 pkt_type_str(u16 pkt_type) pkt_type_str() argument 805 show_transport(const u_char * packet,u16 len,u32 ifindex,const char * src_addr,const char * dst_addr,u16 proto,bool ipv6,u8 pkt_type) show_transport() argument 873 show_ipv6_packet(const u_char * packet,u32 ifindex,u8 pkt_type) show_ipv6_packet() argument [all...] |