Home
last modified time | relevance | path

Searched defs:udp_sock (Results 1 – 25 of 74) sorted by relevance

123

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dudp.h38 struct udp_sock { struct
40 struct inet_sock inet;
44 int pending; /* Any pending frames ? */
45 unsigned int corkflag; /* Cork is required */
55 accept_udp_l4:1,
56 accept_udp_fraglist:1;
62 __u16 gso_size;
66 __u16 pcslen;
67 __u16 pcrlen;
73 __u8 unused[3];
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dudp.h38 struct udp_sock { struct
40 struct inet_sock inet;
44 int pending; /* Any pending frames ? */
45 unsigned int corkflag; /* Cork is required */
55 accept_udp_l4:1,
56 accept_udp_fraglist:1;
62 __u16 gso_size;
66 __u16 pcslen;
67 __u16 pcrlen;
73 __u8 unused[3];
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dudp.h38 struct udp_sock { struct
40 struct inet_sock inet;
44 int pending; /* Any pending frames ? */
45 unsigned int corkflag; /* Cork is required */
55 accept_udp_l4:1,
56 accept_udp_fraglist:1;
62 __u16 gso_size;
66 __u16 pcslen;
67 __u16 pcrlen;
73 __u8 unused[3];
[all …]
/dports/audio/re/re-0.5.8/src/uri/
H A Ducmp.c61 bool uri_cmp(const struct uri *l, const struct uri *r)
62 {
68 if (l == r)
69 return true;
71 /* A SIP and SIPS URI are never equivalent. */
/dports/net/zerotier/ZeroTierOne-1.8.3/attic/historic/anode/libanode/tests/
H A Dsystem_transport-test.c27 AnodeSocket *udp_sock; in do_client() local
44 AnodeSocket *udp_sock; in do_server() local
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/examples/
H A Dldns-testns.c238 int udp_sock; member
258 handle_udp(int udp_sock, struct entry* entries, int *count) in handle_udp()
409 static int udp_sock, tcp_sock; variable
/dports/dns/py-ldns/ldns-1.8.1/examples/
H A Dldns-testns.c238 int udp_sock; member
258 handle_udp(int udp_sock, struct entry* entries, int *count) in handle_udp()
409 static int udp_sock, tcp_sock; variable
/dports/dns/ldns/ldns-1.8.1/examples/
H A Dldns-testns.c238 int udp_sock; member
258 handle_udp(int udp_sock, struct entry* entries, int *count) in handle_udp()
409 static int udp_sock, tcp_sock; variable
/dports/games/cave9/cave9-e6896eb/src/
H A Dscore.h42 UDPsocket udp_sock; member
/dports/games/battletanks/btanks-0.9.8083/engine/net/
H A Dscanner.cpp204 void Scanner::ping(mrt::UDPSocket &udp_sock) { in ping()
/dports/net/ntimed/Ntimed-db0abbb/
H A Dudp.c47 udp_sock(int fam) in udp_sock() function
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/src/
H A Dflow-send.c77 int i, n, ret, tx_delay, udp_sock; in main() local
/dports/dns/utdns/utdns-1.1/src/
H A Dutdns.c407 static int dispatch_packets(int udp_sock, int tcp_sock, dns_trx_t *trx, int trx_cnt, const struct s… in dispatch_packets()
699 int udp_sock, tcp_sock, udp_port = 53, family = AF_INET6; in main() local
/dports/net/pwnat/pwnat-5de412c/
H A Dudpclient.c85 socket_t *udp_sock = NULL; in udpclient() local
H A Dclient.h47 socket_t *udp_sock; /* Socket to hold address from UDP client */ member
H A Dudpserver.c71 socket_t *udp_sock = NULL; in udpserver() local
H A Dclient.c45 client_t *client_create(uint16_t id, socket_t *tcp_sock, socket_t *udp_sock, in client_create()
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dudp_server.c130 int probe_max_receive_buffer( int udp_sock ) in probe_max_receive_buffer()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/plugin_xmms/
H A Dhttp.c363 int udp_sock = 0; in http_connect() local
618 int udp_sock = 0; in http_buffer_loop() local
/dports/emulators/mess/mame-mame0226/3rdparty/libflac/src/plugin_xmms/
H A Dhttp.c361 int udp_sock = 0; in http_connect() local
616 int udp_sock = 0; in http_buffer_loop() local
/dports/audio/flac/flac-1.3.4/src/plugin_xmms/
H A Dhttp.c361 int udp_sock = 0; in http_connect() local
616 int udp_sock = 0; in http_buffer_loop() local
/dports/emulators/mame/mame-mame0226/3rdparty/libflac/src/plugin_xmms/
H A Dhttp.c361 int udp_sock = 0; in http_connect() local
616 int udp_sock = 0; in http_buffer_loop() local
/dports/databases/mantis/mantisbt-2.25.2/vendor/symfony/polyfill-mbstring/
H A DMbstring.php364 return false;
618 return self::mb_strpos($haystack, $needle, $offset, $encoding);
/dports/emulators/mess/mame-mame0226/3rdparty/asio/src/tests/unit/
H A Dsocket_base.cpp198 ip::udp::socket udp_sock(ioc, ip::udp::v4()); in test() local
/dports/emulators/mame/mame-mame0226/3rdparty/asio/src/tests/unit/
H A Dsocket_base.cpp198 ip::udp::socket udp_sock(ioc, ip::udp::v4()); in test() local

123