Searched refs:protos (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10.0-release/contrib/libreadline/
H A Drlstdc.h33 # define PARAMS(protos) protos
35 # define PARAMS(protos) ()
H A Dtilde.h37 # define PARAMS(protos) protos
39 # define PARAMS(protos) ()
/freebsd-10.0-release/contrib/sendmail/include/sm/
H A Dcdefs.h47 # define __P(protos) protos
52 # define __P(protos) ()
/freebsd-10.0-release/usr.bin/systat/
H A Dnetcmds.c69 int nports, nhosts, protos; variable
111 if (prefix(args, "protos"))
147 protos == TCP ? "tcp" : protos == UDP ? "udp" : 0);
171 protos = TCP | UDP;
173 protos = TCP;
175 protos = UDP;
179 return (protos);
186 if ((protos&TCP) == 0)
189 if ((protos
[all...]
H A Dnetstat.c156 protos = TCP|UDP;
185 if (protos&TCP) {
189 else if (protos&UDP) {
234 if (istcp && (protos&UDP)) {
256 if (protos&TCP) {
258 } else if (protos&UDP) {
266 if (idx == 1 && !(protos&UDP))
H A Dextern.h55 extern int protos;
/freebsd-10.0-release/crypto/heimdal/kdc/
H A Dkdc.h111 #include <kdc-protos.h>
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dder.h99 #include <der-protos.h>
/freebsd-10.0-release/contrib/gcc/
H A Dstub-objc.c120 tree ARG_UNUSED (protos))
127 tree ARG_UNUSED (protos))
253 tree ARG_UNUSED (protos))
/freebsd-10.0-release/crypto/heimdal/lib/ntlm/
H A Dheimntlm.h155 #include <heimntlm-protos.h>
/freebsd-10.0-release/kerberos5/lib/libheimntlm/
H A DMakefile8 INCS= heimntlm.h heimntlm-protos.h ntlm_err.h
/freebsd-10.0-release/kerberos5/lib/libkadm5clnt/
H A DMakefile10 kadm5-protos.h \
/freebsd-10.0-release/kerberos5/lib/libkdc/
H A DMakefile11 kdc-protos.h
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dproto.c56 static TAILQ_HEAD(, proto) protos = TAILQ_HEAD_INITIALIZER(protos);
64 TAILQ_INSERT_HEAD(&protos, proto, prt_next);
68 TAILQ_INSERT_TAIL(&protos, proto, prt_next);
118 TAILQ_FOREACH(proto, &protos, prt_next) {
307 TAILQ_FOREACH(proto, &protos, prt_next) {
455 TAILQ_FOREACH(proto, &protos, prt_next) {
/freebsd-10.0-release/sbin/hastd/
H A Dproto.c57 static TAILQ_HEAD(, proto) protos = TAILQ_HEAD_INITIALIZER(protos);
65 TAILQ_INSERT_HEAD(&protos, proto, prt_next);
69 TAILQ_INSERT_TAIL(&protos, proto, prt_next);
119 TAILQ_FOREACH(proto, &protos, prt_next) {
337 TAILQ_FOREACH(proto, &protos, prt_next) {
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dhx509.h183 #include <hx509-protos.h>
/freebsd-10.0-release/crypto/heimdal/kcm/
H A Dkcm_locl.h185 #include <kcm-protos.h>
/freebsd-10.0-release/crypto/heimdal/lib/hdb/
H A Dhdb.h281 #include <hdb-protos.h>
/freebsd-10.0-release/usr.bin/sockstat/
H A Dsockstat.c78 static int *protos; /* protocols to use */ variable
79 static size_t numprotos; /* allocated size of protos[] */
150 if ((protos = malloc(sizeof(int) * proto_count)) == NULL)
173 protos[proto_index++] = proto_type;
725 protos[pindex] = prot->p_proto;
800 gather_inet(protos[i]);
/freebsd-10.0-release/sys/sys/
H A Dcdefs.h153 #define __P(protos) protos /* full-blown ANSI C */
171 #define __P(protos) () /* traditional C preprocessor */
/freebsd-10.0-release/kerberos5/lib/libhdb/
H A DMakefile34 INCS= hdb-protos.h \
/freebsd-10.0-release/sys/net/
H A Dif_sppp.h33 u_long protos; /* bitmask of protos that are started */ member in struct:slcp
H A Dif_spppsubr.c2165 sp->lcp.protos = 0;
2184 sp->lcp.protos = 0;
2700 /* Send Up events to all started protos. */
2702 if ((sp->lcp.protos & mask) && ((cps[i])->flags & CP_LCP) == 0)
2734 if ((sp->lcp.protos & mask) && ((cps[i])->flags & CP_LCP) == 0) {
2823 if ((sp->lcp.protos & mask) && (cps[i])->flags & CP_NCP)
3293 sp->lcp.protos |= (1 << IDX_IPCP);
3300 sp->lcp.protos &= ~(1 << IDX_IPCP);
3809 sp->lcp.protos |= (1 << IDX_IPV6CP);
3818 sp->lcp.protos
[all...]
/freebsd-10.0-release/kerberos5/lib/libasn1/
H A DMakefile5 INCS= asn1_err.h asn1-common.h heim_asn1.h der.h der-protos.h der-private.h
/freebsd-10.0-release/contrib/traceroute/
H A Dtraceroute.c416 struct outproto protos[] = { variable in typeref:struct:outproto
463 struct outproto *proto = &protos[0];
1741 for (i = 0; protos[i].name != NULL; i++) {
1742 if (strcasecmp(protos[i].name, pname) == 0) {
1746 proto = &protos[i];

Completed in 383 milliseconds

12