Searched refs:proto (Results 1 - 25 of 470) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssh/regress/
H A Dproto-version.sh1 # $OpenBSD: proto-version.sh,v 1.4 2013/05/17 00:37:40 dtucker Exp $
14 proto=199
17 proto=20
20 proto=15
23 proto=0
26 if [ ${expect} -ne ${proto} ]; then
/freebsd-9.3-release/contrib/sendmail/include/sm/os/
H A Dsm_os_next.h23 #define SM_DEAD(proto) proto
/freebsd-9.3-release/contrib/ipfilter/rules/
H A Dexample.115 pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667
10 pass in proto udp from 10.2.2.2 port != 53 to localhost
14 block in proto tcp from any to any port 5999 >< 6010
19 block in proto tcp/udp all
20 pass in proto tcp/udp from any to any port 512 <> 515
25 pass in proto tcp/udp all
26 block in proto tcp/udp from any to any port 511 >< 516
H A Dexample.14 block in on le0 proto tcp from 10.1.1.1/32 to any
H A Dexample.25 block out on le0 proto tcp from any to 10.1.1.3/32 port = 23
H A Dexample.44 block in proto icmp from any to any
H A Dtcpstate5 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
H A Dexample.511 pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667
16 pass in proto udp from 10.2.2.2 port != 53 to localhost
20 block in proto icmp from any to any icmp-type unreach
H A Dexample.85 block in proto tcp from any to any flags S/SA
6 block return-rst in quick proto tcp from any to any port = 113 flags S/SA
10 block return-icmp in proto udp from any to any
H A Dexample.104 pass in proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A
5 pass out proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A
10 block in on le0 proto tcp from any to 10.1.0.0/16 flags S/SA
12 block out on le0 proto tcp from 10.1.0.0 to any flags SA/SA
H A Dexample.135 block in on qe0 to qe3:10.3.3.3 proto tcp all with short
9 pass in on le0 dup-to le1:10.3.3.3 proto tcp all flags S/SA
13 pass in on ppp0 fastroute proto udp all
17 pass in on le0 to le1:10.3.3.1 proto icmp all
H A Dexample.65 block in proto tcp from any to any flags S/SA
H A Dexample.sr18 log in on le0 proto tcp from any to any flags S/SA
22 block in log on le0 proto icmp from any to any icmp-type unreach
27 block in log on le0 proto udp from any to any port = 2049
46 block in on le0 proto udp from any to 10.1.3.0/24
47 block in on le0 proto udp from any to 10.1.1.0/24
48 block in on le0 proto udp from any to 10.1.2.0/24
53 block in on le0 proto tcp from any to 10.1.3.0/24 flags S/SA
54 block in on le0 proto tcp from any to 10.1.2.0/24 flags S/SA
55 block in on le0 proto tcp from any to 10.1.1.0/24 flags S/SA
59 block in on le0 proto icm
[all...]
/freebsd-9.3-release/contrib/ntp/
H A Dpackageinfo.sh56 proto=4
60 case "${proto}.${major}" in
62 version=${proto}.${major}.${minor}
/freebsd-9.3-release/usr.sbin/ppp/
H A Dproto.c41 #include "proto.h"
50 proto_WrapperOctets(struct lcp *lcp, u_short proto) argument
52 return (lcp->his_protocomp && !(proto & 0xff00)) ? 1 : 2;
56 proto_Prepend(struct mbuf *bp, u_short proto, unsigned comp, int extra) argument
60 cp[0] = proto >> 8;
61 cp[1] = proto & 0xff;
73 int pri __unused, u_short *proto)
75 log_Printf(LogDEBUG, "proto_LayerPush: Using 0x%04x\n", *proto);
76 bp = proto_Prepend(bp, *proto, l->lcp.his_protocomp,
77 acf_WrapperOctets(&l->lcp, *proto));
72 proto_LayerPush(struct bundle *b __unused, struct link *l, struct mbuf *bp, int pri __unused, u_short *proto) argument
85 proto_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp, u_short *proto) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dget_port.c41 const char *proto,
46 if ((sp = roken_getservbyname (service, proto)) == NULL) {
49 service, proto, default_port);
39 krb5_getportbyname(krb5_context context, const char *service, const char *proto, int default_port) argument
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpa-psk-tkip.conf8 proto=WPA
H A Dwpa2-eap-ccmp.conf8 proto=WPA2
/freebsd-9.3-release/sys/net/
H A Dnetisr.c400 u_int i, proto; local
402 proto = nhp->nh_proto;
409 ("%s: nh_name NULL for %u", __func__, proto));
433 KASSERT(proto < NETISR_MAXPROT,
434 ("%s(%u, %s): protocol too big", __func__, proto, name));
440 KASSERT(netisr_proto[proto].np_name == NULL,
441 ("%s(%u, %s): name present", __func__, proto, name));
442 KASSERT(netisr_proto[proto].np_handler == NULL,
443 ("%s(%u, %s): handler present", __func__, proto, name));
445 netisr_proto[proto]
479 u_int i, proto; local
511 u_int i, proto; local
543 u_int proto; local
572 u_int i, proto; local
634 u_int i, proto; local
765 netisr_process_workstream_proto(struct netisr_workstream *nwsp, u_int proto) argument
868 netisr_queue_workstream(struct netisr_workstream *nwsp, u_int proto, struct netisr_work *npwp, struct mbuf *m, int *dosignalp) argument
908 netisr_queue_internal(u_int proto, struct mbuf *m, u_int cpuid) argument
934 netisr_queue_src(u_int proto, uintptr_t source, struct mbuf *m) argument
966 netisr_queue(u_int proto, struct mbuf *m) argument
977 netisr_dispatch_src(u_int proto, uintptr_t source, struct mbuf *m) argument
1101 netisr_dispatch(u_int proto, struct mbuf *m) argument
1247 u_int counter, proto; local
1351 u_int counter, cpuid, proto; local
1404 int first, proto; local
[all...]
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dgetportproto.c14 int getportproto(name, proto)
16 int proto;
35 p = getprotobynumber(proto);
/freebsd-9.3-release/sbin/hastd/
H A Dproto_impl.h56 struct proto { struct
71 TAILQ_ENTRY(proto) prt_next;
74 void proto_register(struct proto *proto, bool isdefault);
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dcdefs.h69 # define SM_DEAD(proto) volatile proto
72 # define SM_DEAD(proto) proto __attribute__((__noreturn__))
76 # define SM_DEAD(proto) proto
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-mobile.c59 u_int16_t proto; member in struct:mobile_ip
76 u_short proto,crc; local
87 proto = EXTRACT_16BITS(&mob->proto);
89 if (proto & OSRC_PRES) {
103 (void)printf("(oproto=%d)",proto>>8);
/freebsd-9.3-release/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sdp.c71 sdp_attr_t proto = { SDP_ATTR_INVALID,0,sizeof(buffer),buffer }; local
84 if (sdp_search(ss, 1, &serv, 1, &attr, 1, &proto) != 0)
86 if (proto.flags != SDP_ATTR_OK)
115 if (proto.vlen < PROTOCOL_DESCRIPTOR_LIST_MINIMAL_SIZE)
118 SDP_GET8(type, proto.value);
121 SDP_GET8(len, proto.value);
123 SDP_GET16(len, proto.value);
125 SDP_GET32(len, proto.value);
130 SDP_GET8(type, proto.value);
134 SDP_GET8(len, proto
[all...]
/freebsd-9.3-release/contrib/amd/wire-test/
H A Dwire-test.c59 char *testhost, *proto, *tmp_buf; local
95 fprintf(stderr, "NFS vers/proto failed: no such hostname \"%s\"\n", testhost);
107 proto = "udp";
109 fprintf(stderr, "\ttesting vers=%d, proto=\"%s\" -> ", nv, proto);
110 ret = get_nfs_version(testhost, ip, nv, proto);
117 proto = "tcp";
119 fprintf(stderr, "\ttesting vers=%d, proto=\"%s\" -> ", nv, proto);
120 ret = get_nfs_version(testhost, ip, nv, proto);
[all...]

Completed in 267 milliseconds

1234567891011>>