HomeSort by relevance Sort by last modified time
    Searched refs:eth_type (Results 1 - 2 of 2) sorted by null

  /external/iproute2/tc/
f_flower.c 63 static int flower_parse_ip_proto(char *str, __be16 eth_type, int type,
69 if (eth_type != htons(ETH_P_IP) && eth_type != htons(ETH_P_IPV6)) {
70 fprintf(stderr, "Illegal \"eth_type\" for ip proto\n");
87 static int flower_parse_ip_addr(char *str, __be16 eth_type,
98 if (eth_type == htons(ETH_P_IP)) {
100 } else if (eth_type == htons(ETH_P_IPV6)) {
103 fprintf(stderr, "Illegal \"eth_type\" for ip address\n");
168 __be16 eth_type = TC_H_MIN(t->tcm_info); local
228 ret = flower_parse_ip_proto(*argv, eth_type,
356 __be16 eth_type; local
456 __be16 eth_type = 0; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 1741 uint16 eth_type; member in struct:dot11_tclas_fc_0_eth
    [all...]

Completed in 64 milliseconds