Searched refs:protocol (Results 1 - 25 of 125) sorted by path

12345

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php57 // vnc protocol base port.
/haiku/headers/os/add-ons/mail_daemon/
H A DMailFilter.h19 BMailFilter(BMailProtocol& protocol,
23 // Message hooks if filter is installed to an inbound protocol
30 // Message hooks if filter is installed to an outbound protocol
47 extern "C" BMailFilter* instantiate_filter(BMailProtocol& protocol,
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h204 int type = -1, int protocol = -1,
211 void SetProtocol(int protocol);
252 void SetProtocol(int protocol);
/haiku/headers/os/net/
H A DNetAddress.h30 BNetAddress(const char* hostname, const char* protocol,
37 status_t SetTo(const char* hostname, const char* protocol,
H A DNetEndpoint.h21 BNetEndpoint(int family, int type, int protocol);
33 status_t SetProtocol(int protocol);
/haiku/headers/posix/sys/
H A Dsocket.h188 int socket(int domain, int type, int protocol);
190 int socketpair(int domain, int type, int protocol, int socketVector[2]);
/haiku/headers/private/bluetooth/
H A DCodeHandler.h13 * TODO: Handler and protocol could be fit in 16 bits 12
14 * for handler and 4 for the protocol
55 static void SetProtocol(uint32* code, bt_packet_t protocol) argument
57 *code = *code | ((protocol & 0xFF) << 16);
/haiku/headers/private/kernel/boot/net/
H A DEthernet.h61 status_t Send(const mac_addr_t &destination, uint16 protocol,
H A DIP.h43 status_t Send(ip_addr_t destination, uint8 protocol, ChainBuffer *buffer);
H A DNetDefs.h100 // ARP protocol opcodes
112 uint16 protocol_format; /* Format of protocol address. */
114 uint8 protocol_length; /* Length of protocol address. */
124 // ARP protocol HARDWARE identifiers.
142 uint8 version:4; // IP protocol version
145 uint8 version:4; // IP protocol version
153 uint8 protocol; // protocol member in struct:ip_header
159 // IP protocol version 4
/haiku/headers/private/net/
H A DNetUtilities.h78 uint16 protocol);
87 net_buffer_module_info* bufferModule, net_buffer* buffer, uint16 protocol)
92 checksum << (uint16)htons(protocol) << (uint16)htons(buffer->size)
86 PseudoHeader(net_address_module_info* addressModule, net_buffer_module_info* bufferModule, net_buffer* buffer, uint16 protocol) argument
H A Dnet_buffer.h37 uint8 protocol; member in struct:net_buffer
H A Dnet_stack.h104 status_t (*register_domain_protocols)(int family, int type, int protocol,
H A Dnet_stack_interface.h27 status_t (*open)(int family, int type, int protocol, net_socket** _socket);
66 status_t (*socketpair)(int family, int type, int protocol,
H A Dnet_stat.h21 int protocol; member in struct:net_stat
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp128 nbuf->protocol = type;
149 nbuf->protocol = type;
178 switch (nbuf->protocol) {
347 curr_frame->protocol = BT_ACL;
/haiku/src/add-ons/kernel/busses/scsi/usb/freecom/
H A Ddevice_info.sample18 protocol freecom
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.devices27 protocol CB
43 protocol CB
52 # Supports standard protocol but doesn't like 6-byte mode_sense/mode_select
58 protocol BULK
73 protocol freecom
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2util.cpp89 switch (nbuf->protocol) {
112 panic(BLUETOOTH_DEVICE_DEVFS_NAME ":no protocol specified for ");
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.h33 void SetProtocol(const char* protocol);
63 void ForceProtocol(const char* protocol);
/haiku/src/add-ons/kernel/network/datalink_protocols/ethernet_frame/
H A Dethernet_frame.cpp116 ethernet_frame_protocol* protocol
118 if (protocol == NULL)
121 *_protocol = protocol;
127 ethernet_frame_uninit(net_datalink_protocol* protocol) argument
131 stack->unregister_device_deframer(protocol->interface->device);
135 delete protocol;
141 ethernet_frame_send_data(net_datalink_protocol* protocol, net_buffer* buffer) argument
165 return protocol->next->module->send_data(protocol->next, buffer);
170 ethernet_frame_up(net_datalink_protocol* protocol) argument
177 ethernet_frame_down(net_datalink_protocol* protocol) argument
184 ethernet_frame_change_address(net_datalink_protocol* protocol, net_interface_address* address, int32 option, const struct sockaddr* oldAddress, const struct sockaddr* newAddress) argument
194 ethernet_frame_control(net_datalink_protocol* protocol, int32 option, void* argument, size_t length) argument
203 ethernet_frame_join_multicast(net_datalink_protocol* protocol, const sockaddr* address) argument
211 ethernet_frame_leave_multicast(net_datalink_protocol* protocol, const sockaddr* address) argument
[all...]
/haiku/src/add-ons/kernel/network/ppp/ppp_frame/
H A Dppp_frame.cpp47 ppp_frame_protocol* protocol;
67 protocol = new(std::nothrow) ppp_frame_protocol;
68 if (protocol == NULL) {
73 *_protocol = protocol;
79 ppp_frame_uninit(net_datalink_protocol* protocol) argument
81 sStackModule->unregister_device_deframer(protocol->interface->device);
82 sStackModule->unregister_device_handler(protocol->interface->device, 0);
84 delete protocol;
91 ppp_frame_send_data(net_datalink_protocol* protocol, net_buffer* buffer) argument
93 TRACE("%s: next module is %s\n", __func__, protocol
99 ppp_frame_up(net_datalink_protocol* protocol) argument
108 ppp_frame_down(net_datalink_protocol* protocol) argument
117 ppp_frame_change_address(net_datalink_protocol* protocol, net_interface_address* address, int32 option, const struct sockaddr* oldAddress, const struct sockaddr* newAddress) argument
189 ppp_frame_control(net_datalink_protocol* protocol, int32 option, void* argument, size_t length) argument
207 ppp_frame_join_multicast(net_datalink_protocol* protocol, const sockaddr* address) argument
216 ppp_frame_leave_multicast(net_datalink_protocol* protocol, const sockaddr* address) argument
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPUtils.cpp12 //! Returns if this protocol is allowed to handle packets in the current state.
14 IsProtocolAllowed(const KPPPProtocol& protocol) argument
16 if (protocol.ProtocolNumber() == PPP_LCP_PROTOCOL)
18 else if (protocol.Interface().State() != PPP_OPENED_STATE)
20 else if (protocol.Interface().Phase() > PPP_AUTHENTICATION_PHASE
21 || (protocol.Interface().Phase() >= PPP_ESTABLISHMENT_PHASE
22 && protocol.Flags() & PPP_ALWAYS_ALLOWED))
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h81 //! Returns the KPPPLCP protocol of this interface.
120 //! This is the MRU including protocol overhead.
133 bool AddProtocol(KPPPProtocol *protocol);
134 bool RemoveProtocol(KPPPProtocol *protocol);
137 //! Returns first protocol in chain.
H A DKPPPProtocol.h30 //! Returns the interface that owns this protocol.
33 //! Returns the protocol's settings.
41 //! The protocol number.
47 //! This protocol's flags.
50 //! Which side this protocol works for.
57 //! The (optional) KPPPOptionHandler object of this protocol.
61 //! Sets the next protocol in the list.
62 void SetNextProtocol(KPPPProtocol *protocol) argument
63 { fNextProtocol = protocol; SetNext(protocol); }
[all...]

Completed in 124 milliseconds

12345