OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:protos
(Results
1 - 6
of
6
) sorted by relevancy
/src/tests/lib/libc/net/
t_getprotoent.c
43
}
protos
[] = {
variable in typeref:typename:const struct __anon5239ba330108[]
89
for (i = 0; i < __arraycount(
protos
); i++) {
91
p = getprotobyname(
protos
[i].name);
94
ATF_REQUIRE(p->p_proto ==
protos
[i].number);
95
ATF_REQUIRE(strcmp(p->p_name,
protos
[i].name) == 0);
135
for (i = 0; i < __arraycount(
protos
); i++) {
137
p = getprotobynumber(
protos
[i].number);
140
ATF_REQUIRE(p->p_proto ==
protos
[i].number);
141
ATF_REQUIRE(strcmp(p->p_name,
protos
[i].name) == 0);
/src/usr.bin/systat/
netcmds.c
74
int nports, nhosts,
protos
;
variable in typeref:typename:int
117
if (strstr(args, "
protos
") == args)
160
protos
== TCP ? "tcp" :
protos
== UDP ? "udp" : 0);
184
protos
= TCP|UDP;
186
protos
= TCP;
188
protos
= UDP;
195
if ((
protos
& TCP) == 0)
198
if ((
protos
& UDP) == 0)
256
protos
== (TCP|UDP) ? 0 : protos == TCP ? "tcp" : "udp")
[
all
...]
/src/libexec/httpd/
ssl-bozo.c
83
}
protos
[] = {
variable in typeref:struct:__anond7a53fd50108[]
96
for (i = 0;
protos
[0].proto != 0; i++)
97
if (strcasecmp(name,
protos
[i].name) == 0)
98
return
protos
[i].proto;
99
return
protos
[0].proto;
107
for (i = 0;
protos
[0].proto != 0; i++)
108
if (version ==
protos
[i].proto)
109
return
protos
[i].name;
110
return
protos
[0].name;
/src/sys/dev/scsipi/
if_se.c
188
int
protos
;
member in struct:se_softc
897
if ((sc->
protos
& PROTO_IP) &&
900
if ((sc->
protos
& PROTO_ARP) &&
903
if ((sc->
protos
& PROTO_REVARP) &&
907
if ((sc->
protos
& PROTO_AT) &&
910
if ((sc->
protos
& PROTO_AARP) &&
1064
sc->
protos
|= (PROTO_IP | PROTO_ARP | PROTO_REVARP);
1072
sc->
protos
|= (PROTO_AT | PROTO_AARP);
/src/sys/net/
if_spppvar.h
50
u_long
protos
; /* bitmask of
protos
that are started */
member in struct:slcp
/src/sys/dev/hyperv/
if_hvn.c
3179
static const uint32_t
protos
[] = {
local in function:hvn_nvs_attach
3211
for (i = 0; i < __arraycount(
protos
); i++) {
3212
if (hvn_nvs_doinit(sc,
protos
[i]) == 0)
3215
if (i == __arraycount(
protos
)) {
3221
sc->sc_proto =
protos
[i];
Completed in 20 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025