HomeSort by relevance Sort by last modified time
    Searched defs:udp_port (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
nametoaddr.c 173 int udp_port = -1; local
184 if (sp != NULL) udp_port = ntohs(sp->s_port);
188 if (udp_port >= 0) {
189 if (udp_port == tcp_port)
201 if (udp_port >= 0) {
202 *port = udp_port;
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 152 unsigned udp_port; member in struct:wandev_conf

Completed in 40 milliseconds