Searched refs:service_type (Results 1 - 9 of 9) sorted by path

/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_command.h328 uint8 service_type; member in struct:hci_cp_flow_specification
H A DbtHCI_event.h107 uint8 service_type; member in struct:hci_qos
243 uint8 service_type; member in struct:hci_ev_flow_specification
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.h31 uint8 service_type; member in struct:ipv4_header
H A Dipv4.cpp178 uint8 service_type; member in struct:ipv4_protocol
483 dprintf(" service_type: %d\n", header.service_type);
1073 protocol->service_type = 0;
1209 return get_int_option(value, *_length, protocol->service_type);
1308 return set_int_option(protocol->service_type, value, length);
1520 header->service_type = protocol ? protocol->service_type : 0;
/haiku/headers/private/bluetooth/
H A Dl2cap.h170 uint8 service_type; /* 1 = best effort */
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp195 uint8 service_type; member in struct:ipv6_protocol
521 dprintf(" service_type: %d\n", header.ServiceType());
973 protocol->service_type = 0;
1309 flowinfo |= htonl(protocol->service_type << 20);
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp21 .service_type = 1,
H A Dl2cap_command.cpp126 option->value.service_type = flow->service_type;
H A Dl2cap_signal.cpp113 options.qos.service_type = value.qos.service_type;

Completed in 124 milliseconds