Home
last modified time | relevance | path

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

/external/u-boot/net/
Dbootp.c429 char *env_vci = env_get("bootp_vci"); in add_vci() local
437 if (env_vci) in add_vci()
438 vci = env_vci; in add_vci()