Searched refs:protocol (Results 76 - 100 of 255) sorted by relevance

1234567891011

/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dgetaddrinfo.c59 * The protocol family that should be used. When ai_family is set
60 * to PF_UNSPEC, it means the caller will accept any protocol
69 * indicates which transport protocol is wanted: IPPROTO_UDP or
71 * protocol.</li>
87 * connect(2) for a connection-oriented protocol or connect(2),
88 * sendto(2), or sendmsg(2) if a connectionless protocol was
179 int family, socktype, flags, protocol; local
199 protocol = hints->ai_protocol;
247 protocol = 0;
314 ai->ai_protocol = protocol;
[all...]
/freebsd-9.3-release/kerberos5/lib/libgssapi_krb5/
H A Dgss_krb5.c323 /* protocol */
324 ret = krb5_ret_uint32(sp, &ctx->protocol);
326 if (ctx->protocol == 0) {
341 } else if (ctx->protocol == 1) {
397 if (ctx->protocol == 0) {
399 } else if (ctx->protocol == 1) {
/freebsd-9.3-release/sys/pci/
H A Damdsmb.c74 #define SMB_PRTCL 0x00 /* protocol */
333 u_char protocol; local
336 protocol = SMB_PRTCL_QUICK;
340 protocol |= SMB_PRTCL_WRITE;
344 protocol |= SMB_PRTCL_READ;
353 amdsmb_ec_write(sc, SMB_PRTCL, protocol);
H A Dnfsmb.c80 #define SMB_PRTCL 0x00 /* protocol */
388 u_char protocol; local
391 protocol = SMB_PRTCL_QUICK;
395 protocol |= SMB_PRTCL_WRITE;
399 protocol |= SMB_PRTCL_READ;
408 NFSMB_SMBOUTB(sc, SMB_PRTCL, protocol);
/freebsd-9.3-release/usr.sbin/moused/
H A Dmoused.c92 /* Logitech PS2++ protocol */
416 mousemode_t mode; /* protocol information */
1508 rodent.mode.protocol = MOUSE_PROTO_UNKNOWN;
1514 if (rodent.mode.protocol == MOUSE_PROTO_UNKNOWN ||
1515 rodent.mode.protocol >= (int)(sizeof(proto) / sizeof(proto[0]))) {
1516 logwarnx("unknown mouse protocol (%d)", rodent.mode.protocol);
1520 if (rodent.mode.protocol == MOUSE_PROTO_INPORT)
1521 rodent.mode.protocol = MOUSE_PROTO_BUS;
1522 if (rodent.mode.protocol !
[all...]
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_socket.c650 int protocol; member in struct:linux_socket_args
659 int protocol;
663 bsd_args.protocol = args->protocol;
686 && (bsd_args.protocol == IPPROTO_RAW || bsd_args.protocol == 0)
947 int protocol; member in struct:linux_socketpair_args
957 int protocol;
974 if (args->protocol != 0 && args->protocol !
[all...]
/freebsd-9.3-release/sbin/sconfig/
H A Dsconfig.c71 "\tasync\t\t\t -- asynchronous protocol\n"
73 "\tsync\t\t\t -- synchronous protocol\n"
75 "\tcisco\t\t\t -- Cisco/HDLC protocol\n"
76 "\tfr\t\t\t -- Frame Relay protocol\n"
80 "\tppp\t\t\t -- PPP protocol\n"
83 "\traw\t\t\t -- raw HDLC protocol\n"
84 "\tpacket\t\t\t -- packetized HDLC protocol\n"
85 "\tidle\t\t\t -- no protocol\n"
268 char protocol [8]; local
270 if (ioctl (fd, SERIAL_GETPROTO, &protocol) >
582 char protocol [8]; local
[all...]
/freebsd-9.3-release/sys/dev/sfxge/
H A Dsfxge_tx.c715 u_short protocol; /* Network protocol (after VLAN decap) */ member in struct:sfxge_tso_state
725 KASSERT(tso->protocol == htons(ETHERTYPE_IP),
731 KASSERT(tso->protocol == htons(ETHERTYPE_IPV6),
795 /* Find network protocol and header */
796 tso->protocol = eh->ether_type;
797 if (tso->protocol == htons(ETHERTYPE_VLAN)) {
800 tso->protocol = veh->evl_proto;
807 if (tso->protocol == htons(ETHERTYPE_IP)) {
812 KASSERT(tso->protocol
[all...]
/freebsd-9.3-release/libexec/rlogind/
H A Drlogind.c123 void protocol(int, int);
305 protocol(f, master);
336 * rlogin "protocol" machine.
339 protocol(int f, int p) function
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dresolve.h196 unsigned protocol; member in struct:key_record
/freebsd-9.3-release/crypto/openssh/
H A Dservconf.h13 * incompatible with the protocol description in the RFC file, it must be
94 int protocol; /* Supported protocol versions. */ member in struct:__anon4728
H A Dsshconnect.c13 * incompatible with the protocol description in the RFC file, it must be
549 /* Send our own protocol version identification. */
588 if (options.protocol == SSH_PROTO_2) {
651 fatal("Bad remote protocol version identification: '%.100s'", buf);
652 debug("Remote protocol version %d.%d, remote software version %.100s",
661 (options.protocol & SSH_PROTO_2) &&
662 !(options.protocol & SSH_PROTO_1_PREFERRED)) {
666 if (!(options.protocol & SSH_PROTO_1)) {
677 logit("Agent forwarding disabled for protocol 1.3");
683 if (options.protocol
[all...]
/freebsd-9.3-release/lib/bind/dns/dns/
H A Drdatastruct.h469 isc_uint16_t protocol; member in struct:dns_rdata_in_wks
956 isc_uint8_t protocol; member in struct:dns_rdata_key_t
1673 isc_uint8_t protocol; member in struct:dns_rdata_dnskey
1889 * \brief per draft-ietf-dane-protocol-19.txt
2363 isc_uint8_t protocol; member in struct:dns_rdata_keydata
/freebsd-9.3-release/lib/libc/rpc/
H A Dsvc.c278 svc_register(xprt, prog, vers, dispatch, protocol)
283 int protocol;
308 if (protocol) {
309 return (pmap_set(prog, vers, protocol, xprt->xp_port));
450 * protocol: the portmapper (or rpc binder).
687 * context establishment protocol and
/freebsd-9.3-release/sys/cam/
H A Dcam_xpt_internal.h90 cam_proto protocol; member in struct:cam_ed
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_sds_phy.h204 * represent the core phy object and SCU harware protocol engine.
222 * This member specifies the protocol being utilized on this phy. This
226 enum SCIC_SDS_PHY_PROTOCOL protocol; member in struct:SCIC_SDS_PHY
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dintf.c203 if (dev_ctx->intf->protocol == proto && dev_ctx->intf->get_prot_dev) {
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipfstat.c183 fprintf(stderr, "[-D destination address] [-P protocol] [-S source address] [-T refresh time]\n");
204 int protocol = -1; /* -1 = wild card for any protocol */ local
338 protocol = getproto(optarg);
339 if (protocol == -1) {
340 fprintf(stderr, "%s: Invalid protocol: %s\n",
404 topipstates(saddr, daddr, sport, dport, protocol,
1192 static void topipstates(saddr, daddr, sport, dport, protocol, ver,
1198 int protocol;
1288 /* check protocol */
[all...]
/freebsd-9.3-release/contrib/amd/conf/transp/
H A Dtransp_sockets.c239 u_long protocol, struct netconfig *dummy)
241 return svc_register(xprt, prognum, versnum, dispatch, protocol);
418 * Find the best NFS version for a host and protocol.
237 amu_svc_register(SVCXPRT *xprt, u_long prognum, u_long versnum, void (*dispatch)(struct svc_req *rqstp, SVCXPRT *transp), u_long protocol, struct netconfig *dummy) argument
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Ddnskey_48.c55 /* protocol */
110 /* protocol */
256 RETERR(uint8_tobuffer(dnskey->protocol, target));
289 dnskey->protocol = uint8_fromregion(&sr);
H A Dkey_25.c55 /* protocol */
102 /* protocol */
247 RETERR(uint8_tobuffer(key->protocol, target));
280 key->protocol = uint8_fromregion(&sr);
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/in_1/
H A Dwks_11.c281 RETERR(uint8_tobuffer(wks->protocol, target));
303 wks->protocol = uint8_fromregion(&region);
/freebsd-9.3-release/sys/dev/vt/
H A Dvt_sysmouse.c315 mode->protocol = MOUSE_PROTO_MSC;
321 mode->protocol = MOUSE_PROTO_SYSMOUSE;
/freebsd-9.3-release/usr.bin/procstat/
H A Dprocstat_files.c50 protocol_to_string(int domain, int type, int protocol) argument
56 switch (protocol) {
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dhttpd.c81 char *protocol; member in struct:isc_httpd
458 * Extract the HTTP/1.X protocol. We will bounce on anything but
472 httpd->protocol = p;
487 if (strcmp(httpd->protocol, "HTTP/1.1") == 0
819 needlen = strlen(httpd->protocol) + 1; /* protocol + space */
830 httpd->protocol, httpd->retcode, httpd->retmsg);
987 httpd->protocol = NULL;

Completed in 895 milliseconds

1234567891011