Searched defs:gw (Results 1 - 20 of 20) sorted by relevance

/barrelfish-2018-10-04/lib/lwip/src/api/
H A Dnetifapi.c80 netifapi_netif_add(struct netif *netif, struct ip_addr *ipaddr, struct ip_addr *netmask, struct ip_addr *gw, void *state, err_t(*init) (struct netif * netif), err_t(*input) (struct pbuf * p, struct netif * netif)) argument
/barrelfish-2018-10-04/lib/net/test/
H A Darp.c41 ip_addr_t gw; variable
H A Ddhcp.c41 ip_addr_t gw; variable
/barrelfish-2018-10-04/lib/lwip/src/barrelfish/
H A DARP_lookup_client.c132 struct ip_addr ip, gw, nm; local
H A Didc_net_control.c232 struct ip_addr ip, gw, nm; local
/barrelfish-2018-10-04/lib/lwip2/src/api/
H A Dnetifapi.c125 netifapi_netif_add(struct netif *netif, const ip4_addr_t *ipaddr, const ip4_addr_t *netmask, const ip4_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input) argument
170 netifapi_netif_set_addr(struct netif *netif, const ip4_addr_t *ipaddr, const ip4_addr_t *netmask, const ip4_addr_t *gw) argument
[all...]
/barrelfish-2018-10-04/lib/lwip2/test/minimal/
H A Dmain.c79 static ip4_addr_t ipaddr, netmask, gw; variable
/barrelfish-2018-10-04/lib/net/
H A Ddhcp.c168 uint64_t ip, nm, gw; local
218 uint64_t ip, nm, gw; local
255 errval_t netif_get_ipconfig(struct in_addr *ip, struct in_addr *gw, struct in_addr *nm) argument
282 netif_set_ipconfig(struct in_addr *ip, struct in_addr *gw, struct in_addr *nm) argument
[all...]
/barrelfish-2018-10-04/lib/netd/
H A DARP_lookup_service.c126 get_ip_info(struct net_ARP_binding *cc, uint32_t iface, errval_t *err, net_ARP_ipv4addr_t *ip, net_ARP_ipv4addr_t *gw, net_ARP_ipv4addr_t *mask) argument
H A Dlwipinit.c206 struct ip_addr ipaddr, gw, netmask; local
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dnetifapi.h54 struct ip_addr *gw; member in struct:netifapi_msg_msg::__anon99::__anon100
H A Dnetif.h95 struct ip_addr gw; member in struct:netif
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dnetif.c84 netif_add(struct netif *netif, struct ip_addr *ipaddr, struct ip_addr *netmask, struct ip_addr *gw, void *state, err_t(*init) (struct netif * netif), err_t(*input) (struct pbuf * p, struct netif * netif)) argument
169 netif_set_addr(struct netif *netif, struct ip_addr *ipaddr, struct ip_addr *netmask, struct ip_addr *gw) argument
323 netif_set_gw(struct netif *netif, struct ip_addr *gw) argument
[all...]
H A Dinit.c438 struct ip_addr ipaddr, netmask, gw; local
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dnetif.c242 netif_add(struct netif *netif, const ip4_addr_t *ipaddr, const ip4_addr_t *netmask, const ip4_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input) argument
353 netif_set_addr(struct netif *netif, const ip4_addr_t *ipaddr, const ip4_addr_t *netmask, const ip4_addr_t *gw) argument
558 netif_set_gw(struct netif *netif, const ip4_addr_t *gw) argument
[all...]
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dnetif.h233 ip_addr_t gw; member in struct:netif
/barrelfish-2018-10-04/lib/bulk_transfer/backends/net/
H A Dbulk_net_e10k.c162 static errval_t arp_ip_info(uint32_t *ip, uint32_t *gw, uint32_t *mask) argument
710 uint32_t gw, mask; local
/barrelfish-2018-10-04/usr/net_socket_server/
H A Dnet_sockets_server.c848 char *gw = NULL; local
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dppp.c1076 ip4_addr_t ip, nm, gw; local
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dppp.c1076 ip4_addr_t ip, nm, gw; local

Completed in 206 milliseconds