OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proto
(Results
1 - 25
of
581
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/ibm-public/postfix/dist/mantools/
check-double-proto-html
3
# Finds double words in
proto
html files.
7
ls
proto
/*.html
proto
/*.
proto
| xargs mantools/dehtml | mantools/find-double | grep -F -vxf
proto
/stop.double-
proto
-html
check-spell-proto-html
3
# Spellchecks the
proto
HTML files.
7
mantools/dehtml
proto
/*html
proto
/*.
proto
| spell | grep -F -vxf
proto
/stop | grep -F -vxf
proto
/stop.spell-
proto
-html
check-see-postconf-d-output
5
grep -r "see *'*postconf -d'* *output'*"
proto
html man |
check-double-install-proto-text
3
# Finds double words in install and
proto
text files.
7
(ls *install*
proto
/* | grep -E -v 'stop|Makefile|html|\.
proto
' | xargs mantools/deroff; cat RELEASE_NOTES) | mantools/find-double | grep -F -vxf
proto
/stop.double-install-
proto
-text
check-spell-history
7
sed '1,/^2022/d' HISTORY | spell | grep -F -vxf
proto
/stop | \
8
grep -F -vxf
proto
/stop.spell-cc | \
9
grep -F -vxf
proto
/stop.spell-history
manspell
6
deroff $file | spell | grep -F -vf
proto
/stop
check-spell-install-proto-text
3
# Spellchecks the release notes, install scripts, and
proto
non-html files.
7
(ls *install*
proto
/* | grep -E -v 'stop|Makefile|html|\.
proto
' | mantools/deroff; cat RELEASE_NOTES) | spell | grep -F -vxf
proto
/stop
check-spell-cc
8
find . -name *.[hc] | xargs cat | comment | mantools/deroff | spell | grep -F -vxf
proto
/stop | grep -F -vxf
proto
/stop.spell-cc
check-double-history
7
sed '1,/^2022/d' HISTORY | mantools/find-double | grep -F -vxf
proto
/stop.double-history
spell
9
mantools/html2readme $i | col -b | spell | grep -F -vxf
proto
/stop
/src/crypto/external/apache2/openssl/lib/libcrypto/
mkinc
19
proto
=$d
20
PROTO
=$(echo $d | tr '[a-z]' '[A-Z]')
21
extract $
proto
> $
proto
.out
22
sed -e "s/@
proto
@/$
proto
/g" -e "s/@
PROTO
@/$
PROTO
/g" -e "/@SRCS@/ {
23
r $
proto
.out
25
}"
PROTO
.in > $proto.in
[
all
...]
/src/crypto/external/bsd/openssl/lib/libcrypto/
mkinc
19
proto
=$d
20
PROTO
=$(echo $d | tr '[a-z]' '[A-Z]')
21
extract $
proto
> $
proto
.out
22
sed -e "s/@
proto
@/$
proto
/g" -e "s/@
PROTO
@/$
PROTO
/g" -e "/@SRCS@/ {
23
r $
proto
.out
25
}"
PROTO
.in > $proto.in
[
all
...]
/src/external/bsd/ntp/dist/
packageinfo.sh
58
proto
=4
62
case "${
proto
}.${major}" in
64
version=${
proto
}.${major}.${minor}
/src/lib/libc/net/
getprotobynumber.c
49
getprotobynumber(int
proto
)
54
p = getprotobynumber_r(
proto
, &_protoent_data.
proto
, &_protoent_data);
getservbyname.c
48
getservbyname(const char *name, const char *
proto
)
53
s = getservbyname_r(name,
proto
, &_servent_data.serv, &_servent_data);
getservbyport.c
49
getservbyport(int port, const char *
proto
)
54
s = getservbyport_r(port,
proto
, &_servent_data.serv, &_servent_data);
getservbyport_r.c
56
const char *
proto
)
71
if (
proto
!= NULL) {
72
protolen = strlen(
proto
);
83
memcpy(buf + 4,
proto
, protolen);
98
if (memcmp(data + 3,
proto
, protolen + 1))
108
if (
proto
== NULL || strcmp(sp->s_proto,
proto
) == 0)
116
getservbyport_r(int port, const char *
proto
, struct servent *sp,
120
sp = _servent_getbyport(sd, sp, port,
proto
);
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
get_port.c
41
const char *
proto
,
46
if ((sp = roken_getservbyname (service,
proto
)) == NULL) {
49
service,
proto
, default_port);
/src/external/bsd/ipf/dist/rules/
tcpstate
5
pass out quick on le0
proto
tcp from any to any flags S/SAFR keep state
6
block out on le0
proto
tcp all
7
block in on le0
proto
tcp all
11
pass out quick on le0
proto
udp from any to any port = 53 keep state
12
block out on le0
proto
udp all
13
block in on le0
proto
udp all
/src/usr.sbin/pf/etc/defaults/
pf.boot.conf
19
pass out
proto
{ tcp, udp } from any to any port 53 keep state
24
pass out inet
proto
icmp all icmp-type echoreq keep state
27
pass out inet6
proto
ipv6-icmp all icmp6-type neighbrsol
28
pass in inet6
proto
ipv6-icmp all icmp6-type neighbradv
29
pass out inet6
proto
ipv6-icmp all icmp6-type routersol
30
pass in inet6
proto
ipv6-icmp all icmp6-type routeradv
33
pass
proto
carp
/src/share/examples/npf/
l2tp_gw-npf.conf
30
pass out final
proto
udp from any port bootpc to any port bootps
31
pass in final
proto
udp from any port bootps to any port bootpc
32
pass in final
proto
udp from any port bootps to 255.255.255.255 port bootpc
36
pass stateful out final
proto
udp to any port domain
47
pass stateful out final
proto
tcp all
48
pass stateful out final
proto
udp all
49
pass stateful out final
proto
icmp all
50
pass stateful out final
proto
ipv6-icmp all
52
block in final
proto
tcp to 192.0.2.255 apply "log"
62
pass in final
proto
esp from any to inet4($ext_if
[
all
...]
host-npf.conf
34
pass stateful in on $wired_if
proto
tcp to $wired_addrs port ssh apply "log"
49
pass in family inet4
proto
udp from any port bootps to any port bootpc
50
pass in family inet6
proto
udp from any to any port "dhcpv6-client"
53
pass family inet6
proto
ipv6-icmp all
56
pass in family inet4
proto
icmp icmp-type echo all
59
pass in
proto
udp to any port 33434-33600
62
pass in
proto
udp to any port mdns
/src/external/bsd/blocklist/etc/
ipf.conf
25
block in
proto
tcp/udp from any to any head blocklistd
32
# echo 'block return-rst in log quick
proto
tcp from 118.136.0.0/15 to any flags S/SAFR group attackers' >> /etc/ipf.conf
41
# each rule with "
proto
udp" (and without "flags blah") due to IPF parsing
44
block in
proto
tcp/udp from any to any head attackers
/src/external/bsd/wpa/dist/wpa_supplicant/examples/
wpa-psk-tkip.conf
8
proto
=WPA
/src/etc/defaults/
npf.boot.conf
26
pass stateful out
proto
icmp icmp-type echo all
29
pass out family inet4
proto
udp from any port bootpc to any port bootps
30
pass in family inet4
proto
udp from any port bootps to any port bootpc
31
pass out family inet6
proto
udp from any port "dhcpv6-client" to any port "dhcpv6-server"
32
pass in family inet6
proto
udp from any port "dhcpv6-server" to any port "dhcpv6-client"
35
pass out family inet6
proto
ipv6-icmp icmp-type rtsol all
36
pass in family inet6
proto
ipv6-icmp icmp-type rtadv all
37
pass out family inet6
proto
ipv6-icmp icmp-type neighsol all
38
pass family inet6
proto
ipv6-icmp icmp-type neighadv all
41
pass
proto
carp al
[
all
...]
Completed in 28 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Fri Apr 24 00:22:58 UTC 2026