Home
last modified time | relevance | path

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

/system/ulib/inet6/
A Dnetifc.c62 static zx_handle_t netsvc = ZX_HANDLE_INVALID; variable
287 zx_status_t status = fdio_get_service_handle(fd, &netsvc); in netifc_open_cb()
293 if (fuchsia_hardware_ethernet_DeviceGetInfo(netsvc, &info) != ZX_OK) { in netifc_open_cb()
339 status = eth_create(netsvc, iovmo, iobuf, &eth); in netifc_open_cb()
346 status = fuchsia_hardware_ethernet_DeviceStart(netsvc, &call_status); in netifc_open_cb()
375 zx_handle_close(netsvc); in netifc_open_cb()
376 netsvc = ZX_HANDLE_INVALID; in netifc_open_cb()
399 if (netsvc != ZX_HANDLE_INVALID) { in netifc_close()
400 zx_handle_close(netsvc); in netifc_close()
401 netsvc = ZX_HANDLE_INVALID; in netifc_close()
/system/core/netsvc/
A Drules.mk9 MODULE_NAME := netsvc
19 $(LOCAL_DIR)/netsvc.c \

Completed in 4 milliseconds