Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dnet.c308 vlan_to_string(cdp_appliance_vlan, tmp); in cdp_update_env()
315 vlan_to_string(cdp_native_vlan, tmp); in cdp_update_env()
/openbmc/u-boot/include/
H A Dnet.h833 void vlan_to_string(ushort x, char *s);
/openbmc/u-boot/net/
H A Dnet.c1612 void vlan_to_string(ushort x, char *s) in vlan_to_string() function