OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:udp_port
(Results
1 - 25
of
66
) sorted by null
1
2
3
/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
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
wanrouter.h
41
* May 21, 1997 Jaspreet Singh Added '
udp_port
' to 'wan_device_t'
42
* Apr 25, 1997 Farhan Thawar Added '
udp_port
' to 'wandev_conf_t'
214
unsigned
udp_port
; /* UDP port for management */
member in struct:wandev_conf
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wanrouter.h
41
* May 21, 1997 Jaspreet Singh Added '
udp_port
' to 'wan_device_t'
42
* Apr 25, 1997 Farhan Thawar Added '
udp_port
' to 'wandev_conf_t'
214
unsigned
udp_port
; /* UDP port for management */
member in struct:wandev_conf
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
wanrouter.h
152
unsigned
udp_port
;
member in struct:wandev_conf
Completed in 563 milliseconds
1
2
3