Searched refs:protocol (Results 51 - 75 of 338) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_ndis.c220 * another event if the protocol driver is replaced with somewhat more
330 static int l2_ndisuio_set_ether_type(unsigned short protocol) argument
332 USHORT proto = htons(protocol);
349 const char *ifname, const u8 *own_addr, unsigned short protocol,
360 l2_ndisuio_global->first_proto = protocol;
382 if (l2_ndisuio_set_ether_type(protocol) < 0) {
389 "filtering ethertype to %04x", protocol);
455 unsigned short protocol,
460 return l2_packet_init(br_ifname, own_addr, protocol, rx_callback,
348 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
453 l2_packet_init_bridge( const char *br_ifname, 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_privsep.c129 const char *ifname, const u8 *own_addr, unsigned short protocol,
183 reg_cmd[0] = protocol;
236 unsigned short protocol,
241 return l2_packet_init(br_ifname, own_addr, protocol, rx_callback,
128 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
234 l2_packet_init_bridge( const char *br_ifname, 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-11-stable/sys/dev/iscsi/
H A Dicl.h150 int domain, int socktype, int protocol,
160 int socktype, int protocol, struct sockaddr *from_sa,
/freebsd-11-stable/usr.bin/iscsictl/
H A Dtoken.l68 protocol { return PROTOCOL; }
/freebsd-11-stable/sys/dev/isci/scil/
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-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_sp_commands.h61 * @param cmd - dependent upon protocol
62 * @param protocol
70 u8 protocol,
H A Decore_tcp_ip.h76 u8 protocol; member in struct:ecore_iphdr
/freebsd-11-stable/sys/dev/mlx4/
H A Ddriver.h64 enum mlx4_protocol protocol; member in struct:mlx4_interface
/freebsd-11-stable/sbin/nos-tun/
H A Dnos-tun.c36 * It uses Ip-over-Ip incapsulation ( protocol number 94 - IPIP)
55 * I added a new flag for ip protocol number.
56 * We are using 4 as protocol number in ampr.org.
251 char *protocol = NULL; local
279 protocol = optarg;
291 if(protocol == NULL)
294 protnum = atoi(protocol);
/freebsd-11-stable/sbin/dhclient/
H A Ddispatch.c58 struct protocol *protocols;
167 struct protocol *l;
261 got_one(struct protocol *l)
454 /* Add a protocol to the list of protocols... */
456 add_protocol(const char *name, int fd, void (*handler)(struct protocol *),
459 struct protocol *p;
463 error("can't allocate protocol struct for %s", name);
473 remove_protocol(struct protocol *proto)
475 struct protocol *p, *next;
/freebsd-11-stable/sbin/camcontrol/
H A Dzone.c471 uint8_t protocol = 0; local
484 protocol = AP_PROTO_DMA;
497 protocol = AP_PROTO_FPDMA;
504 /*protocol*/ protocol,
563 uint8_t protocol = 0; local
574 protocol = AP_PROTO_NON_DATA;
584 protocol = AP_PROTO_FPDMA;
597 /*protocol*/ AP_PROTO_NON_DATA,
/freebsd-11-stable/sys/powerpc/pseries/
H A Dphyp_console.c63 int protocol; member in struct:uart_phyp_softc
159 sc->protocol = HVTERM1;
161 } else if (strcmp(buf, "hvterm-protocol") == 0) {
162 sc->protocol = HVTERMPROT;
309 if ((sc->protocol == HVTERMPROT) && (hdr == 1)) {
311 /* The VTERM protocol has a 4 byte header, skip it here. */
339 switch (sc->protocol) {
/freebsd-11-stable/sys/cam/ata/
H A Data_xpt.c312 periph->path->device->protocol == PROTO_SATAPM ||
313 periph->path->device->protocol == PROTO_SEMB)
348 path->device->protocol == PROTO_SATAPM ||
349 path->device->protocol == PROTO_SEMB)
375 if (path->device->protocol == PROTO_ATA)
411 if (path->device->protocol == PROTO_ATA) {
853 path->device->protocol = PROTO_ATA;
865 path->device->protocol = PROTO_SATAPM;
869 path->device->protocol = PROTO_SEMB;
873 path->device->protocol
[all...]
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dpreload.c61 int (*socket)(int domain, int type, int protocol);
129 int protocol; member in struct:config_entry
149 * # protocol - *, TCP, UDP
150 * program_name domain type protocol
205 config[config_cnt].protocol = IPPROTO_TCP;
208 config[config_cnt].protocol = IPPROTO_UDP;
226 static int intercept_socket(int domain, int type, int protocol) argument
233 if (!protocol) {
235 protocol = IPPROTO_TCP;
237 protocol
530 socket(int domain, int type, int protocol) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp75 Socket::Socket(SocketProtocol protocol, bool should_close, argument
77 : IOObject(eFDTypeSocket), m_protocol(protocol),
109 std::unique_ptr<Socket> Socket::Create(const SocketProtocol protocol, argument
115 switch (protocol) {
440 const int protocol,
448 auto sock = ::socket(domain, socket_type, protocol);
439 CreateSocket(const int domain, const int type, const int protocol, bool child_processes_inherit, Status &error) argument
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c1386 tdssSMPRequestBody = &(tdPTCmndBody->protocol.SMP.SMPBody);
1405 = tiPassthroughCmnd->protocol.SMP.SMPHeader.smpFrameType;
1407 = tiPassthroughCmnd->protocol.SMP.SMPHeader.smpFunction;
1409 = tiPassthroughCmnd->protocol.SMP.SMPHeader.smpFunctionResult;
1411 = tiPassthroughCmnd->protocol.SMP.SMPHeader.smpReserved;
1413 if (tiPassthroughCmnd->protocol.SMP.IT == SMP_INITIATOR)
1421 agSMPFrame->phyId = tiPassthroughCmnd->protocol.SMP.phyID;
1473 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR)
1483 switch (tdPTCmndBody->protocol.SMP.SMPFnResult)
1520 TI_DBG1(("tiCOMPassthroughCmndStart: unknown SMP function result %d\n", tdPTCmndBody->protocol
[all...]
/freebsd-11-stable/crypto/heimdal/kcm/
H A DMakefile.am23 protocol.c \
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c552 int protocol, target; local
558 PTHREAD_REQUIRE(pthread_mutexattr_getprotocol(&mattr, &protocol));
559 ATF_REQUIRE_EQ(protocol, target);
564 PTHREAD_REQUIRE(pthread_mutexattr_getprotocol(&mattr, &protocol));
565 ATF_REQUIRE_EQ(protocol, target);
570 PTHREAD_REQUIRE(pthread_mutexattr_getprotocol(&mattr, &protocol));
571 ATF_REQUIRE_EQ(protocol, target);
595 int protocol; local
598 &protocol));
600 printf("priority: %d\nprotocol: %d\n", i, protocol);
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp64 DomainSocket::DomainSocket(SocketProtocol protocol, argument
66 : Socket(protocol, true, child_processes_inherit) {}
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmip.h62 * IP protocol values (1 byte)
173 uint8_t protocol; member in struct:__anon8418
195 uint8_t next_hdr; // equivalent to the v4 protocol field
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_other.c98 sock.protocol = 0;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-common.c121 * PPP in HDLC-like framing header (with 0xff 0x03 before the PPP protocol
801 * http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-messages
806 * http://dbus.freedesktop.org/doc/dbus-specification.html#auth-protocol
833 * Variant of 3GPP TS 27.010 multiplexing protocol. Requested
894 * used by their ng40 protocol tester.
958 * Link-layer header type for upper-protocol layer PDU saves from wireshark.
971 * Link-layer header type for the netlink protocol (nlmon devices).
1038 * Digital Lighting Management room bus serial protocol captures.
1070 * TI protocol sniffer.
1281 * https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol
1318 uint16_t protocol; local
[all...]
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_networkio.h107 int protocol; member in struct:apr_socket_t
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket.c323 rk_socket(int domain, int type, int protocol) argument
326 s = socket (domain, type, protocol);
330 s = socket (domain, type, protocol);

Completed in 176 milliseconds

1234567891011>>