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

1234567891011>>

/freebsd-11-stable/contrib/sendmail/include/sm/os/
H A Dsm_os_next.h23 #define SM_DEAD(proto) proto
/freebsd-11-stable/crypto/openssh/regress/
H A Dproto-version.sh1 # $OpenBSD: proto-version.sh,v 1.5 2015/03/03 22:35:19 markus Exp $
14 proto=199
17 proto=20
20 proto=15
23 proto=0
26 if [ ${expect} -ne ${proto} ]; then
/freebsd-11-stable/contrib/ntp/
H A Dpackageinfo.sh56 proto=4
60 case "${proto}.${major}" in
62 version=${proto}.${major}.${minor}
/freebsd-11-stable/usr.sbin/ppp/
H A Dproto.c28 * $FreeBSD: stable/11/usr.sbin/ppp/proto.c 330449 2018-03-05 07:26:05Z eadler $
43 #include "proto.h"
52 proto_WrapperOctets(struct lcp *lcp, u_short proto) argument
54 return (lcp->his_protocomp && !(proto & 0xff00)) ? 1 : 2;
58 proto_Prepend(struct mbuf *bp, u_short proto, unsigned comp, int extra) argument
62 cp[0] = proto >> 8;
63 cp[1] = proto & 0xff;
75 int pri __unused, u_short *proto)
77 log_Printf(LogDEBUG, "proto_LayerPush: Using 0x%04x\n", *proto);
78 bp = proto_Prepend(bp, *proto,
74 proto_LayerPush(struct bundle *b __unused, struct link *l, struct mbuf *bp, int pri __unused, u_short *proto) argument
87 proto_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp, u_short *proto) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dget_port.c39 const char *proto,
44 if ((sp = roken_getservbyname (service, proto)) == NULL) {
47 service, proto, default_port);
37 krb5_getportbyname(krb5_context context, const char *service, const char *proto, int default_port) argument
/freebsd-11-stable/contrib/groff/font/devascii/
H A DMakefile.sub10 $(FONTS): R.proto
22 $(srcdir)/R.proto >$@)
24 DESC: DESC.proto
31 $(srcdir)/DESC.proto >$@
/freebsd-11-stable/contrib/groff/font/devcp1047/
H A DMakefile.sub10 $(FONTS): R.proto
22 $(srcdir)/R.proto >$@)
24 DESC: DESC.proto
31 $(srcdir)/DESC.proto >$@
/freebsd-11-stable/contrib/groff/font/devhtml/
H A DMakefile.sub11 $(FONTS): R.proto
24 $(srcdir)/R.proto >$@)
26 DESC: DESC.proto
33 $(srcdir)/DESC.proto >$@
/freebsd-11-stable/contrib/groff/font/devlatin1/
H A DMakefile.sub10 $(FONTS): R.proto
22 $(srcdir)/R.proto >$@)
24 DESC: DESC.proto
31 $(srcdir)/DESC.proto >$@
/freebsd-11-stable/contrib/groff/font/devutf8/
H A DMakefile.sub10 $(FONTS): R.proto
22 $(srcdir)/R.proto >$@)
24 DESC: DESC.proto
31 $(srcdir)/DESC.proto >$@
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwpa-psk-tkip.conf8 proto=WPA
H A Dwpa2-eap-ccmp.conf8 proto=WPA2
/freebsd-11-stable/sys/modules/proto/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/proto/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/proto
5 KMOD= proto
/freebsd-11-stable/sys/netipsec/
H A Dipsec_support.h70 #define IPSEC_ENABLED(proto) \
71 ((proto ## _ipsec_support)->enabled & IPSEC_MODULE_ENABLED)
123 #define IPSEC_INPUT(proto, m, ...) \
124 (*(proto ## _ipsec_support)->methods->input)(m, __VA_ARGS__)
125 #define IPSEC_CHECK_POLICY(proto, m, ...) \
126 (*(proto ## _ipsec_support)->methods->check_policy)(m, __VA_ARGS__)
127 #define IPSEC_FORWARD(proto, m) \
128 (*(proto ## _ipsec_support)->methods->forward)(m)
129 #define IPSEC_OUTPUT(proto, m, ...) \
130 (*(proto ## _ipsec_suppor
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp44 bool registerRSDefaultTargetOpts(clang::TargetOptions &proto, argument
48 proto.Triple = "i686--linux-android";
49 proto.CPU = "atom";
50 proto.Features.push_back("+long64");
54 proto.Features.push_back("+mmx");
55 proto.Features.push_back("+sse");
56 proto.Features.push_back("+sse2");
57 proto.Features.push_back("+sse3");
58 proto.Features.push_back("+ssse3");
59 proto
159 GetOverrideExprOptions(clang::TargetOptions &proto) argument
[all...]
/freebsd-11-stable/sys/net/
H A Dnetisr.c372 u_int i, proto; local
374 proto = nhp->nh_proto;
381 ("%s: nh_name NULL for %u", __func__, proto));
405 KASSERT(proto < NETISR_MAXPROT,
406 ("%s(%u, %s): protocol too big", __func__, proto, name));
412 KASSERT(netisr_proto[proto].np_name == NULL,
413 ("%s(%u, %s): name present", __func__, proto, name));
414 KASSERT(netisr_proto[proto].np_handler == NULL,
415 ("%s(%u, %s): handler present", __func__, proto, name));
417 netisr_proto[proto]
467 u_int i, proto; local
499 u_int i, proto; local
531 u_int proto; local
560 u_int i, proto; local
623 u_int i, proto; local
665 u_int proto; local
682 netisr_drain_proto_vnet(struct vnet *vnet, u_int proto) argument
733 u_int proto; local
858 netisr_process_workstream_proto(struct netisr_workstream *nwsp, u_int proto) argument
961 netisr_queue_workstream(struct netisr_workstream *nwsp, u_int proto, struct netisr_work *npwp, struct mbuf *m, int *dosignalp) argument
1001 netisr_queue_internal(u_int proto, struct mbuf *m, u_int cpuid) argument
1027 netisr_queue_src(u_int proto, uintptr_t source, struct mbuf *m) argument
1068 netisr_queue(u_int proto, struct mbuf *m) argument
1079 netisr_dispatch_src(u_int proto, uintptr_t source, struct mbuf *m) argument
1210 netisr_dispatch(u_int proto, struct mbuf *m) argument
1350 u_int counter, proto; local
1454 u_int counter, cpuid, proto; local
1507 int first, proto; local
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dgetportproto.c14 int getportproto(name, proto)
16 int proto;
35 p = getprotobynumber(proto);
/freebsd-11-stable/sbin/hastd/
H A Dproto_impl.h58 struct proto { struct
73 TAILQ_ENTRY(proto) prt_next;
76 void proto_register(struct proto *proto, bool isdefault);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dt_servent.sh40 # (2) fold all names for the same port/proto together
69 sub("/", ", proto=", portproto);
96 proto=$1; shift
98 printf "name=%s, port=%s, proto=%s, aliases=%s\n" \
99 $name $port $proto "$alias"
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A DMakefile.am10 auth-proto.h \
13 enc-proto.h \
19 misc-proto.h \
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-mobile.c54 uint16_t proto; member in struct:mobile_ip
70 u_short proto,crc; local
81 proto = EXTRACT_16BITS(&mob->proto);
83 if (proto & OSRC_PRES) {
96 ND_PRINT((ndo, "(oproto=%d)", proto>>8));
/freebsd-11-stable/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-11-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sdp.c73 sdp_attr_t proto = { SDP_ATTR_INVALID,0,sizeof(buffer),buffer }; local
86 if (sdp_search(ss, 1, &serv, 1, &attr, 1, &proto) != 0)
88 if (proto.flags != SDP_ATTR_OK)
117 if (proto.vlen < PROTOCOL_DESCRIPTOR_LIST_MINIMAL_SIZE)
120 SDP_GET8(type, proto.value);
123 SDP_GET8(len, proto.value);
125 SDP_GET16(len, proto.value);
127 SDP_GET32(len, proto.value);
132 SDP_GET8(type, proto.value);
136 SDP_GET8(len, proto
[all...]
/freebsd-11-stable/contrib/amd/wire-test/
H A Dwire-test.c55 char *testhost, *proto, *tmp_buf; local
91 fprintf(stderr, "NFS vers/proto failed: no such hostname \"%s\"\n", testhost);
102 proto = "udp";
104 fprintf(stderr, "\ttesting vers=%d, proto=\"%s\" -> ", nv, proto);
105 ret = get_nfs_version(testhost, ip, nv, proto, 0);
112 proto = "tcp";
114 fprintf(stderr, "\ttesting vers=%d, proto=\"%s\" -> ", nv, proto);
115 ret = get_nfs_version(testhost, ip, nv, proto,
[all...]
/freebsd-11-stable/usr.bin/bluetooth/bthost/
H A Dbthost.c47 int opt, brief = 0, proto = 0; local
56 proto = 1;
72 exit(proto? protomode(*argv, brief) : hostmode(*argv, brief));
114 int proto; local
116 if ((proto = atoi(arg)) != 0)
117 pe = bt_getprotobynumber(proto);
127 if (proto)

Completed in 225 milliseconds

1234567891011>>