Searched refs:port_id (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | native.rs | 36 pub type port_id = i32; types 219 pub port: port_id, 240 pub debugger_nub_port: port_id, 872 pub fn create_port(capacity: i32, name: *const ::c_char) -> port_id; in create_port() 873 pub fn find_port(name: *const ::c_char) -> port_id; in find_port() 875 port: port_id, in read_port() 881 port: port_id, in read_port_etc() 889 port: port_id, in write_port() 895 port: port_id, in write_port_etc() 902 pub fn close_port(port: port_id) in write_port_etc() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_ctrl.c | 356 int port_id; in wpa_ctrl_port() local 364 port_id = atoi(&port[1]); in wpa_ctrl_port() 366 ctrl->dest.sin_port = htons(port_id); in wpa_ctrl_port() 439 int port_id; in wpa_ctrl_open() local 458 port_id = atoi(&port[1]); in wpa_ctrl_open() 461 port_id = WPA_CTRL_IFACE_PORT; in wpa_ctrl_open() 484 ctrl->dest.sin6_port = htons(port_id); in wpa_ctrl_open() 487 ctrl->dest.sin_port = htons(port_id); in wpa_ctrl_open()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_ctrl.c | 318 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/mesa3d/src/gallium/frontends/xvmc/tests/ |
H A D | testlib.c | 51 XvPortID *port_id, in GetPort() 94 *port_id = adaptor_info[i].base_id + l; in GetPort() 43 GetPort( Display *display, unsigned int width, unsigned int height, unsigned int chroma_format, const unsigned int *mc_types, unsigned int num_mc_types, XvPortID *port_id, int *surface_type_id, unsigned int *is_overlay, unsigned int *intra_unsigned ) GetPort() argument
|
H A D | testlib.h | 46 * port_id: OUT Your port's ID 59 XvPortID *port_id,
|
Completed in 5 milliseconds