Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dwpa_ctrl.c317 int port_id; in wpa_ctrl_port() local
325 port_id = atoi(&port[1]); in wpa_ctrl_port()
327 ctrl->dest.sin_port = htons(port_id); in wpa_ctrl_port()
402 int port_id; in wpa_ctrl_open() local
421 port_id = atoi(&port[1]); in wpa_ctrl_open()
424 port_id = WPA_CTRL_IFACE_PORT; in wpa_ctrl_open()
447 ctrl->dest.sin6_port = htons(port_id); in wpa_ctrl_open()
450 ctrl->dest.sin_port = htons(port_id); in wpa_ctrl_open()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dwpa_ctrl.c318 int port_id; in wpa_ctrl_port() local
326 port_id = atoi(&port[1]); in wpa_ctrl_port()
328 ctrl->dest.sin_port = htons(port_id); in wpa_ctrl_port()
403 int port_id; in wpa_ctrl_open() local
422 port_id = atoi(&port[1]); in wpa_ctrl_open()
425 port_id = WPA_CTRL_IFACE_PORT; in wpa_ctrl_open()
448 ctrl->dest.sin6_port = htons(port_id); in wpa_ctrl_open()
451 ctrl->dest.sin_port = htons(port_id); in wpa_ctrl_open()
/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Ddart_native_api.h111 DART_EXPORT bool Dart_PostCObject(Dart_Port port_id, Dart_CObject* message);
121 DART_EXPORT bool Dart_PostInteger(Dart_Port port_id, int64_t message);
Ddart_api.h1567 DART_EXPORT bool Dart_Post(Dart_Port port_id, Dart_Handle object);
1577 DART_EXPORT Dart_Handle Dart_NewSendPort(Dart_Port port_id);
1587 Dart_Port* port_id);
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
Dtestlib.c51 XvPortID *port_id, in GetPort() argument
94 *port_id = adaptor_info[i].base_id + l; in GetPort()
Dtestlib.h59 XvPortID *port_id,
/third_party/libnl/include/linux-private/linux/
Dif_bridge.h80 __u16 port_id; member