Home
last modified time | relevance | path

Searched refs:tunnel_type (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/tcpdump/dist/
Dprint-radius.c431 static const char *tunnel_type[]={ NULL, variable
688 { "Tunnel-Type", tunnel_type, TAM_SIZE(tunnel_type)-1, 1, print_attr_num },
Dprint-bgp.c2316 uint8_t tunnel_type, flags; in bgp_attr_print() local
2322 tunnel_type = GET_U_1(tptr + 1); in bgp_attr_print()
2325 tok2str(bgp_pmsi_tunnel_values, "Unknown", tunnel_type), in bgp_attr_print()
2326 tunnel_type, in bgp_attr_print()
2333 switch (tunnel_type) { in bgp_attr_print()
/netbsd/src/sys/dev/pci/ixgbe/
Dixgbe_82599.c1832 switch (input_mask->formatted.tunnel_type & 0xFFFF) { in ixgbe_fdir_set_input_mask_82599()
1938 if (input->formatted.tunnel_type != 0) in ixgbe_fdir_write_perfect_filter_82599()
Dixgbe_type.h3643 __be16 tunnel_type; member