Searched refs:protocol (Results 26 - 50 of 255) sorted by relevance

1234567891011

/freebsd-9.3-release/sys/dev/isci/scil/
H A Dsati_atapi.c106 //set sat protocol.
108 sequence->protocol = SAT_PROTOCOL_PACKET_NON_DATA;
110 sequence->protocol = SAT_PROTOCOL_PACKET_DMA_DATA_IN;
112 sequence->protocol = SAT_PROTOCOL_PACKET_DMA_DATA_OUT;
140 //set the sequence->protocol to DATA_IN anyway;
141 sequence->protocol = SAT_PROTOCOL_PACKET_DMA_DATA_IN;
H A Dsati_synchronize_cache.c100 sequence->protocol = SAT_PROTOCOL_NON_DATA;
H A Dsati_move.c108 * count extended field. This method also sets protocol and
136 sequence->protocol = SAT_PROTOCOL_UDMA_DATA_IN;
138 sequence->protocol = SAT_PROTOCOL_UDMA_DATA_OUT;
145 * This method also sets protocol and command fields.
172 sequence->protocol = SAT_PROTOCOL_UDMA_DATA_IN;
174 sequence->protocol = SAT_PROTOCOL_UDMA_DATA_OUT;
416 * - the SATI_TRANSLATOR_SEQUENCE::protocol field is set
442 sequence->protocol = SAT_PROTOCOL_FPDMA;
532 sequence->protocol = SAT_PROTOCOL_FPDMA;
H A Dsati_lun_reset.c115 sequence->protocol = SAT_PROTOCOL_SOFT_RESET;
H A Dscif_sas_stp_io_request.c109 if (fw_io->parent.stp.sequence.protocol == SAT_PROTOCOL_FPDMA)
165 if (fw_io->parent.stp.sequence.protocol == SAT_PROTOCOL_FPDMA)
207 if (fw_io->parent.stp.sequence.protocol == SAT_PROTOCOL_FPDMA)
423 * @brief This method will construct the STP PACKET protocol specific IO
545 if (fw_io->parent.stp.sequence.protocol == SAT_PROTOCOL_PIO_DATA_IN)
580 return fw_io->parent.stp.sequence.protocol;
/freebsd-9.3-release/sys/ofed/include/linux/mlx4/
H A Ddriver.h68 enum mlx4_prot protocol; member in struct:mlx4_interface
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-keyfromlabel.c91 fprintf(stderr, " -p protocol: default: 3 [dnssec]\n");
133 int protocol = -1, signatory = 0; local
223 protocol = strtol(isc_commandline_argument, &endp, 10);
224 if (*endp != '\0' || protocol < 0 || protocol > 255)
433 if (protocol == -1)
434 protocol = DNS_KEYPROTO_DNSSEC;
436 protocol != DNS_KEYPROTO_DNSSEC)
437 fatal("invalid DNSKEY protocol: %d", protocol);
[all...]
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Drfc931.c46 static FILE *fsocket(domain, type, protocol)
49 int protocol;
54 if ((s = socket(domain, type, protocol)) < 0) {
219 * protocol, not part of the data.
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h39 int swrap_socket(int family, int type, int protocol);
127 #define socket(domain,type,protocol) swrap_socket(domain,type,protocol)
/freebsd-9.3-release/sys/dev/ppbus/
H A Dppb_base.c94 * Return the chipset EPP protocol
99 uintptr_t protocol; local
102 BUS_READ_IVAR(device_get_parent(bus), bus, PPC_IVAR_EPP_PROTO, &protocol); local
104 return (protocol);
/freebsd-9.3-release/tools/regression/sockets/listen_backlog/
H A Dlisten_backlog.c100 socket_listen(int domain, int type, int protocol, int backlog, argument
107 sock = socket(domain, type, protocol);
221 socket_listen_update(int domain, int type, int protocol, int backlog, argument
/freebsd-9.3-release/sbin/dhclient/
H A Ddhcpd.h221 struct protocol { struct
222 struct protocol *next;
224 void (*handler)(struct protocol *);
313 void got_one(struct protocol *);
316 void add_protocol(char *, int, void (*)(struct protocol *), void *);
317 void remove_protocol(struct protocol *);
H A Ddispatch.c53 struct protocol *protocols;
148 struct protocol *l;
242 got_one(struct protocol *l)
435 /* Add a protocol to the list of protocols... */
437 add_protocol(char *name, int fd, void (*handler)(struct protocol *),
440 struct protocol *p;
444 error("can't allocate protocol struct for %s", name);
454 remove_protocol(struct protocol *proto)
456 struct protocol *p, *next, *prev;
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dst/
H A Ddst.h417 unsigned int flags, unsigned int protocol,
513 unsigned int protocol, dns_rdataclass_t rdclass,
519 unsigned int protocol, dns_rdataclass_t rdclass,
526 unsigned int flags, unsigned int protocol,
533 unsigned int flags, unsigned int protocol,
924 unsigned int protocol, dns_rdataclass_t rdclass,
/freebsd-9.3-release/contrib/wpa/src/l2_packet/
H A Dl2_packet_freebsd.c105 unsigned short protocol)
130 protocol);
203 const char *ifname, const u8 *own_addr, unsigned short protocol,
225 if (l2_packet_init_libpcap(l2, protocol)) {
104 l2_packet_init_libpcap(struct l2_packet_data *l2, unsigned short protocol) argument
202 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_none.c74 const char *ifname, const u8 *own_addr, unsigned short protocol,
73 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_ndis.c226 * another event if the protocol driver is replaced with somewhat more
336 static int l2_ndisuio_set_ether_type(unsigned short protocol) argument
338 USHORT proto = htons(protocol);
355 const char *ifname, const u8 *own_addr, unsigned short protocol,
366 l2_ndisuio_global->first_proto = protocol;
388 if (l2_ndisuio_set_ether_type(protocol) < 0) {
395 "filtering ethertype to %04x", protocol);
354 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
/freebsd-9.3-release/kerberos5/libexec/kcm/
H A DMakefile20 protocol.c \
/freebsd-9.3-release/sbin/nos-tun/
H A Dnos-tun.c34 * It uses Ip-over-Ip incapsulation ( protocol number 94 - IPIP)
53 * I added a new flag for ip protocol number.
54 * We are using 4 as protocol number in ampr.org.
249 char *protocol = NULL; local
277 protocol = optarg;
289 if(protocol == NULL)
292 protnum = atoi(protocol);
/freebsd-9.3-release/sys/cam/ata/
H A Data_xpt.c266 periph->path->device->protocol == PROTO_SATAPM ||
267 periph->path->device->protocol == PROTO_SEMB)
301 path->device->protocol == PROTO_SATAPM ||
302 path->device->protocol == PROTO_SEMB)
328 if (periph->path->device->protocol == PROTO_ATA)
364 if (periph->path->device->protocol == PROTO_ATA) {
800 path->device->protocol = PROTO_ATA;
812 path->device->protocol = PROTO_SATAPM;
816 path->device->protocol = PROTO_SEMB;
820 path->device->protocol
[all...]
/freebsd-9.3-release/crypto/openssl/test/
H A Dtestssl123 for protocol in SSLv3; do
124 echo "Testing ciphersuites for $protocol"
125 for cipher in `../util/shlib_wrap.sh ../apps/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
128 if [ $protocol = "SSLv3" ] ; then
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmip.h62 * IP protocol values (1 byte)
173 uint8_t protocol; member in struct:__anon6322
195 uint8_t next_hdr; // equivalent to the v4 protocol field
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dif_pflow.h48 u_int8_t protocol; member in struct:pflow_flow
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_other.c97 sock.protocol = 0;
/freebsd-9.3-release/usr.sbin/ppp/
H A Did.c117 ID0socket(int domain, int type, int protocol) argument
122 ret = socket(domain, type, protocol);
123 log_Printf(LogID0, "%d = socket(%d, %d, %d)\n", ret, domain, type, protocol);

Completed in 158 milliseconds

1234567891011