HomeSort by relevance Sort by last modified time
    Searched refs:port_id (Results 51 - 57 of 57) sorted by null

1 23

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
if_bridge.h 78 __u16 port_id; member in struct:__port_info
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
if_bridge.h 78 __u16 port_id; member in struct:__port_info
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
if_bridge.h 78 __u16 port_id; member in struct:__port_info
  /external/chromium/chrome/browser/extensions/
extension_message_service.cc 26 #define GET_CHANNEL_ID(port_id) ((port_id) / 2)
31 #define IS_OPENER_PORT_ID(port_id) (((port_id) & 1) == 0)
293 void ExtensionMessageService::CloseChannel(int port_id) {
295 MessageChannelMap::iterator it = channels_.find(GET_CHANNEL_ID(port_id));
297 CloseChannelImpl(it, port_id, true);
  /external/tcpdump/
print-stp.c 44 u_int8_t port_id[2]; member in struct:stp_bpdu_
112 EXTRACT_16BITS(&stp_bpdu->port_id), length);
218 EXTRACT_16BITS(&stp_bpdu->port_id), length);
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 290 int port_id; local
301 port_id = atoi(&port[1]);
304 port_id = WPA_CTRL_IFACE_PORT;
316 ctrl->dest.sin_port = htons(port_id);
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
Xv.c 1131 re->xvvideo.port_id = event->u.videoNotify.port;
1140 re->xvport.port_id = event->u.portNotify.port;

Completed in 721 milliseconds

1 23