HomeSort by: relevance | last modified time | path
    Searched defs:vlantag (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/ifconfig/
vlan.c 66 struct pinteger vlantag = PINTEGER_INITIALIZER1(&vlantag, "VLAN tag", variable in typeref:struct:pinteger
67 0, USHRT_MAX, 10, setvlan, "vlantag", &command_root.pb_parser);
73 {.k_word = "vlan", .k_nextparser = &vlantag.pi_parser}
74 , {.k_word = "vlanif", .k_act = "vlantag",
121 if (!prop_dictionary_get_int64(env, "vlantag", &tag)) {
150 else if (!prop_dictionary_get_int64(env, "vlantag", &tag)) {
  /src/sys/net/lagg/
if_lagg.c 900 uint16_t etype, vlantag; local in function:lagg_hashmbuf
927 vlantag = ntohs(evl->evl_tag);
931 vlantag = vlan_get_tag(m);
933 vlantag = 0;
939 LAGG_HASH_ADD(&hash, vlantag);
  /src/sys/dev/pci/
if_wm.c 10168 uint16_t vlantag, struct mbuf *m)
10173 vlan_set_tag(m, le16toh(vlantag));
10227 uint16_t vlantag; local in function:wm_rxeof
10244 vlantag = wm_rxdesc_get_vlantag(rxq, i);
10376 if (!wm_rxdesc_input_vlantag(rxq, status, vlantag, m))

Completed in 23 milliseconds