Searched refs:proto (Results 126 - 150 of 472) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dansidecl.h198 #define EXFUN(name, proto) name proto
237 #define EXFUN(name, proto) name()
/netbsd-6-1-5-RELEASE/sys/net/npf/
H A Dnpf_instr.c102 const int proto = ap & 0xff; local
108 return (proto != 0xff && npc->npc_proto != proto) ? -1 : 0;
H A Dnpf_inet.c529 const int proto = npc->npc_proto; local
533 KASSERT(proto == IPPROTO_TCP || proto == IPPROTO_UDP);
536 if (proto == IPPROTO_TCP) {
554 const int proto = npc->npc_proto; local
575 if (proto == IPPROTO_ICMP) {
586 if (proto == IPPROTO_TCP) {
594 KASSERT(proto == IPPROTO_UDP);
/netbsd-6-1-5-RELEASE/sys/net/
H A Dppp-deflate.c235 int proto, olen, wspace, r, flush; local
242 proto = PPP_PROTOCOL(rptr);
243 if (proto > 0x3fff || proto == 0xfd || proto == 0xfb) {
285 rptr += (proto > 0xff)? 2: 3; /* skip 1st proto byte if 0 */
614 int rlen, proto, r; local
620 proto = PPP_PROTOCOL(rptr);
621 if (proto >
[all...]
H A Draw_usrreq.c84 struct sockproto *proto; local
90 proto = va_arg(ap, struct sockproto *);
97 if (rp->rcb_proto.sp_family != proto->sp_family)
100 rp->rcb_proto.sp_protocol != proto->sp_protocol)
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Ddemand.c314 demand_rexmit(proto)
315 int proto;
324 if (PPP_PROTOCOL(pkt->data) == proto) {
349 int proto, i; local
354 proto = PPP_PROTOCOL(p);
367 if (protp->protocol < 0xC000 && (protp->protocol & ~0x8000) == proto) {
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_sockets.c425 get_nfs_version(char *host, struct sockaddr_in *sin, u_long nfs_version, const char *proto) argument
451 if (STREQ(proto, "tcp"))
453 else if (STREQ(proto, "udp"))
484 (int) nfs_version, proto, host, errstr);
490 plog(XLOG_INFO, "get_nfs_version trying a lower version: NFS(%d,%s)", (int) nfs_version, proto);
499 (int) nfs_version, proto, host);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dnis_sv.c138 sv_byname(struct irs_sv *this, const char *name, const char *proto) { argument
144 if (proto != NULL && strcmp(proto, serv->s_proto))
156 sv_byport(struct irs_sv *this, int port, const char *proto) { argument
161 if (proto != NULL && strcmp(proto, serv->s_proto))
H A Dgen_sv.c134 sv_byname(struct irs_sv *this, const char *name, const char *proto) { argument
143 rval = (*sv->byname)(sv, name, proto);
151 sv_byport(struct irs_sv *this, int port, const char *proto) { argument
160 rval = (*sv->byport)(sv, port, proto);
H A Dgetservent_r.c43 getservbyname_r(const char *name, const char *proto, argument
45 struct servent *se = getservbyname(name, proto);
64 getservbyport_r(int port, const char *proto, argument
66 struct servent *se = getservbyport(port, proto);
185 /* copy proto */
228 /* copy proto */
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/msdos/
H A Dpktdrvr.h87 WORD proto; member in struct:__anon1720
97 WORD proto; /* protocol number */ member in struct:__anon1721
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dgetaddrinfo.c87 const char *proto = local
91 se = getservbyname (servname, proto);
/netbsd-6-1-5-RELEASE/libexec/identd/
H A Dpf.c48 nl.proto = IPPROTO_TCP;
59 nl.proto = IPPROTO_TCP;
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Din6_gif.c95 int proto, error; local
115 proto = IPPROTO_IPV4;
129 proto = IPPROTO_IPV6;
142 proto = IPPROTO_EON;
169 ip6->ip6_nxt = proto;
213 in6_gif_input(struct mbuf **mp, int *offp, int proto) argument
241 switch (proto) {
347 gif_encapcheck6(struct mbuf *m, int off, int proto, void *arg) argument
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-isakmp.c125 u_int32_t doi, u_int32_t proto,
773 u_int32_t proto, int depth _U_)
789 switch (proto) {
842 u_int32_t proto _U_, int depth _U_)
866 u_int32_t proto _U_, int depth _U_)
896 ND_PRINT((ndo," [phase=%d doi=%d proto=%d]", phase, doi, proto));
1110 u_int32_t proto _U_, int depth _U_)
1134 u_int32_t proto _U_, int depth _U_)
1160 u_int32_t proto _U
770 ikev1_t_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto, int depth _U_) argument
1194 u_int32_t proto; local
1335 u_int32_t proto; local
2031 ikev2_e_print(netdissect_options *ndo, _U_ struct isakmp *base, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, _U_ u_int32_t phase, _U_ u_int32_t doi, _U_ u_int32_t proto, _U_ int depth) argument
2122 ike_sub0_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2163 ikev1_sub_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2301 ikev2_sub0_print(netdissect_options *ndo, struct isakmp *base, u_char np, int pcount, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2352 ikev2_sub_print(netdissect_options *ndo, struct isakmp *base, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dicmp.c62 struct protoent *proto; local
96 proto = getprotobyname ("icmp");
97 if (proto)
98 protocol = proto -> p_proto;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/irs/
H A Ddnsconf.c66 isc_uint32_t flags, proto, alg; local
95 proto = cfg_obj_asuint32(cfg_tuple_get(key,
109 if (proto > 0xff)
114 keystruct.protocol = (isc_uint8_t)proto;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/l2_packet/
H A Dl2_packet_none.c43 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, argument
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/rsn_supp/
H A Dwpa_i.h78 unsigned int proto; member in struct:wpa_sm
165 u16 proto, const u8 *buf, size_t len)
168 return sm->ctx->ether_send(sm->ctx->ctx, dest, proto, buf, len);
242 int ver, const u8 *dest, u16 proto,
164 wpa_sm_ether_send(struct wpa_sm *sm, const u8 *dest, u16 proto, const u8 *buf, size_t len) argument
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dconfig_ssid.h157 * proto - Bitfield of allowed protocols, WPA_PROTO_*
159 int proto; member in struct:wpa_ssid
279 * following network block options: proto=WPA, key_mgmt=WPA-NONE,
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/examples/
H A Doutline.c29 #include <proto/expat.h>
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/installboot/
H A Dinstallboot.c53 char *boot, *proto, *dev; variable
90 "usage: installboot [-n] [-v] [-h] <boot> <proto> <device>\n");
126 proto = argv[optind + 1];
131 printf("proto: %s\n", proto);
135 /* Load proto blocks into core */
136 if ((protostore = loadprotoblocks(proto, &protosize)) == NULL)
141 err(1, "proto bootblock bad size=%d", protosize);
156 /* Write patched proto bootblocks into the superblock */
158 errx(1, "proto bootblock
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/bc/bc/
H A DMakefile.in73 EXTRA_DIST = bc.h bcdefs.h const.h fix-libmath_h global.h libmath.b proto.h sbc.y
237 bc.o: bc.c bcdefs.h ../config.h const.h ../h/number.h global.h proto.h
239 proto.h
243 proto.h
245 proto.h ../h/getopt.h
247 proto.h
249 proto.h
251 proto.h
/netbsd-6-1-5-RELEASE/gnu/dist/bc/dc/
H A DMakefile.in72 noinst_HEADERS = dc.h dc-proto.h dc-regdef.h
212 array.o: array.c ../config.h dc.h dc-proto.h dc-regdef.h
213 dc.o: dc.c ../config.h ../h/getopt.h dc.h dc-proto.h
214 eval.o: eval.c ../config.h dc.h dc-proto.h
215 misc.o: misc.c ../config.h ../h/getopt.h dc.h dc-proto.h
216 numeric.o: numeric.c ../config.h ../h/number.h dc.h dc-proto.h
217 stack.o: stack.c ../config.h dc.h dc-proto.h dc-regdef.h
218 string.o: string.c ../config.h dc.h dc-proto.h
/netbsd-6-1-5-RELEASE/usr.sbin/sdpd/
H A Dcompat.c551 static const uint16_t proto[] = { variable
579 sdp_put_seq(buf, 18 + 3 * __arraycount(proto));
583 sdp_put_seq(buf, 8 + 3 * __arraycount(proto));
586 sdp_put_seq(buf, 3 * __arraycount(proto));
587 for (i = 0; i < __arraycount(proto); i++)
588 sdp_put_uint16(buf, proto[i]);
649 sdp_put_seq(buf, 18 + 3 * __arraycount(proto));
653 sdp_put_seq(buf, 8 + 3 * __arraycount(proto));
656 sdp_put_seq(buf, 3 * __arraycount(proto));
657 for (i = 0; i < __arraycount(proto);
[all...]

Completed in 306 milliseconds

1234567891011>>