Searched refs:port_id (Results 1 – 7 of 7) sorted by relevance
317 int port_id; in wpa_ctrl_port() local325 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() local421 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()
318 int port_id; in wpa_ctrl_port() local326 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() local422 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()
111 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);
1567 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);
51 XvPortID *port_id, in GetPort() argument94 *port_id = adaptor_info[i].base_id + l; in GetPort()
59 XvPortID *port_id,
80 __u16 port_id; member