OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPPROTO_UDP
(Results
1 - 25
of
242
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
/src/external/bsd/tcpdump/dist/
ipproto.h
61
#ifndef
IPPROTO_UDP
62
#define
IPPROTO_UDP
17 /* user datagram protocol */
/src/external/bsd/ipf/dist/lib/
printpacket6.c
48
if (p == IPPROTO_TCP || p ==
IPPROTO_UDP
)
57
if (p == IPPROTO_TCP || p ==
IPPROTO_UDP
)
ipft_tx.c
224
ip->ip_p =
IPPROTO_UDP
;
241
if (ip->ip_p == IPPROTO_TCP || ip->ip_p ==
IPPROTO_UDP
) {
261
if (ip->ip_p == IPPROTO_TCP || ip->ip_p ==
IPPROTO_UDP
) {
328
if (ip->ip_p == IPPROTO_TCP || ip->ip_p ==
IPPROTO_UDP
)
373
ip6->ip6_nxt =
IPPROTO_UDP
;
394
case
IPPROTO_UDP
:
404
if (ip6->ip6_nxt == IPPROTO_TCP || ip6->ip6_nxt ==
IPPROTO_UDP
) {
429
if (ip6->ip6_nxt == IPPROTO_TCP || ip6->ip6_nxt ==
IPPROTO_UDP
) {
491
if (ip6->ip6_nxt == IPPROTO_TCP || ip6->ip6_nxt ==
IPPROTO_UDP
) {
printpacket.c
81
if (ip->ip_p == IPPROTO_TCP || ip->ip_p ==
IPPROTO_UDP
)
86
if (ip->ip_p == IPPROTO_TCP || ip->ip_p ==
IPPROTO_UDP
)
/src/lib/libc/rpc/
pmap_clnt.c
78
if ((protocol !=
IPPROTO_UDP
) && (protocol != IPPROTO_TCP)) {
81
nconf = __rpc_getconfip(protocol ==
IPPROTO_UDP
? "udp" : "tcp");
/src/sys/lib/libsa/
udp.c
93
cc = sendip(d, uh, len,
IPPROTO_UDP
);
112
n = readip(d, uh, len + sizeof(*uh), tleft,
IPPROTO_UDP
);
/src/tests/net/ipsec/
natt_terminator.c
89
hints.ai_protocol =
IPPROTO_UDP
;
105
e = setsockopt(s,
IPPROTO_UDP
, UDP_ENCAP, &option, sizeof(option));
/src/sys/net/npf/
npf_state.c
160
case
IPPROTO_UDP
:
197
case
IPPROTO_UDP
:
227
case
IPPROTO_UDP
:
npf_alg_icmp.c
94
case
IPPROTO_UDP
: {
279
case
IPPROTO_UDP
:
373
case
IPPROTO_UDP
: {
429
case
IPPROTO_UDP
:
/src/dist/pf/libexec/tftp-proxy/
tftp-proxy.c
253
IPPROTO_UDP
) != 0) {
260
SOCK_DGRAM,
IPPROTO_UDP
)) < 0) {
310
IPPROTO_UDP
) == -1) {
320
IPPROTO_UDP
) == -1) {
327
IPPROTO_UDP
) == -1) {
336
IPPROTO_UDP
) == -1) {
/src/external/bsd/nsd/dist/
xdp-dns-redirect_kern.c
7
#include <linux/in.h> /* for
IPPROTO_UDP
*/
107
if (!(ipv4 = parse_iphdr(&c)) || ipv4->protocol !=
IPPROTO_UDP
)
117
if (!(ipv6 = parse_ipv6hdr(&c)) || ipv6->nexthdr !=
IPPROTO_UDP
)
xdp-util.h
87
sum += htons(
IPPROTO_UDP
);
110
sum += htons(
IPPROTO_UDP
);
/src/external/gpl3/gdb.old/dist/gdb/unittests/
parse-connection-spec-selftests.c
101
IPPROTO_UDP
)
106
IPPROTO_UDP
)
/src/external/gpl3/gdb/dist/gdb/unittests/
parse-connection-spec-selftests.c
101
IPPROTO_UDP
)
106
IPPROTO_UDP
)
/src/sbin/mount_nfs/
udp_xfer.c
76
sock = socket(d->ai->ai_family, SOCK_DGRAM,
IPPROTO_UDP
);
/src/usr.bin/rump_dhcpclient/
bpf-filter.h
86
BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K,
IPPROTO_UDP
, 0, 6),
/src/usr.sbin/rpcbind/
pmap_svc.c
220
if (reg.pm_prot ==
IPPROTO_UDP
) {
288
reg.pm_prot ==
IPPROTO_UDP
? "udp" : "tcp", uaddr);
298
if (reg.pm_prot ==
IPPROTO_UDP
) {
335
reg.pm_prot ==
IPPROTO_UDP
? udptrans : tcptrans,
/src/crypto/external/bsd/heimdal/dist/lib/roken/
getaddrinfo_hostspec.c
63
{ "udp/", SOCK_DGRAM,
IPPROTO_UDP
, 0 },
/src/external/mpl/dhcp/dist/common/
packet.c
160
ip.ip_p =
IPPROTO_UDP
;
193
IPPROTO_UDP
+
306
if (ip.ip_p !=
IPPROTO_UDP
)
380
8,
IPPROTO_UDP
+ ulen))))) {
/src/external/bsd/ipf/dist/ipsend/
ipsend.c
182
ph.h.proto =
IPPROTO_UDP
;
284
ip->ip_p =
IPPROTO_UDP
;
321
if (ip->ip_p == IPPROTO_TCP || ip->ip_p ==
IPPROTO_UDP
)
393
} else if (ip->ip_p ==
IPPROTO_UDP
) {
432
if (ip->ip_p ==
IPPROTO_UDP
) {
resend.c
55
if (ip->ip_p == IPPROTO_TCP || ip->ip_p ==
IPPROTO_UDP
)
58
if (ip->ip_p == IPPROTO_TCP || ip->ip_p ==
IPPROTO_UDP
)
/src/sys/netinet/
udp_usrreq.c
276
htons(hw_csum + len +
IPPROTO_UDP
));
297
if (in4_cksum(m,
IPPROTO_UDP
, iphlen, len) != 0)
704
if (sopt->sopt_level !=
IPPROTO_UDP
) {
712
if (sopt->sopt_level !=
IPPROTO_UDP
) {
816
ui->ui_pr =
IPPROTO_UDP
;
835
sizeof(struct udphdr) +
IPPROTO_UDP
));
1175
CTL_NET, PF_INET,
IPPROTO_UDP
, CTL_EOL);
1182
CTL_NET, PF_INET,
IPPROTO_UDP
, UDPCTL_CHECKSUM,
1189
CTL_NET, PF_INET,
IPPROTO_UDP
, UDPCTL_SENDSPACE,
1196
CTL_NET, PF_INET,
IPPROTO_UDP
, UDPCTL_RECVSPACE
[
all
...]
/src/tests/net/net/
t_pktinfo.c
63
if ((s = socket(AF_INET, SOCK_DGRAM,
IPPROTO_UDP
)) == -1)
91
if ((s = socket(AF_INET, SOCK_DGRAM,
IPPROTO_UDP
)) == -1)
/src/usr.bin/chpass/
pw_yp.c
96
IPPROTO_UDP
)) == 0)
138
IPPROTO_UDP
)) == 0) {
/src/crypto/external/apache2/openssl/dist/test/
quic_client_test.c
48
c_fd = BIO_socket(AF_INET, SOCK_DGRAM,
IPPROTO_UDP
, 0);
191
c_fd = socket(AF_INET, SOCK_DGRAM,
IPPROTO_UDP
);
Completed in 29 milliseconds
1
2
3
4
5
6
7
8
9
10
Indexes created Fri Sep 25 00:27:33 UTC 2026