Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetnetbyht.c117 net.n_net = inet_network(cp); in getnetent()
164 if (p->n_addrtype == type && p->n_net == net) in _getnetbyhtaddr()
Dgetnetbydns.c197 net_entry.n_net = 0L; in getnetanswer()
220 net_entry.n_net = inet_network(paux2); in getnetanswer()
276 net_entry->n_net = u_net; in _getnetbydnsaddr()
Dgetnetbynis.c97 h.n_net = inet_network(cp); in _getnetbynis()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetNetByName/
DGetNetByName.c59 pIpAddress = (UINT8 *)(UINTN)&pNetwork->n_net; in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetNetByAddr/
DGetNetByAddr.c81 pNetwork->n_net ); in main()
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h139 uint32_t n_net; /**< network # */ member