OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:udp_port
(Results
1 - 3
of
3
) sorted by null
/external/libpcap/
nametoaddr.c
204
int
udp_port
= -1;
local
215
if (sp != NULL)
udp_port
= ntohs(sp->s_port);
219
if (
udp_port
>= 0) {
220
if (
udp_port
== tcp_port)
232
if (
udp_port
>= 0) {
233
*port =
udp_port
;
/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
/external/webrtc/webrtc/p2p/base/
port_unittest.cc
[
all
...]
Completed in 133 milliseconds