Home
last modified time | relevance | path

Searched refs:vlan_to_string (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/cmd/
Dnet.c302 vlan_to_string(cdp_appliance_vlan, tmp); in cdp_update_env()
309 vlan_to_string(cdp_native_vlan, tmp); in cdp_update_env()
/external/u-boot/include/
Dnet.h831 void vlan_to_string(ushort x, char *s);
/external/u-boot/net/
Dnet.c1540 void vlan_to_string(ushort x, char *s) in vlan_to_string() function