Searched refs:service_type (Results 1 - 7 of 7) sorted by relevance

/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/os/bluetooth/HCI/
H A DbtHCI_event.h107 uint8 service_type; member in struct:hci_qos
243 uint8 service_type; member in struct:hci_ev_flow_specification
H A DbtHCI_command.h328 uint8 service_type; member in struct:hci_cp_flow_specification
/haiku/headers/private/bluetooth/
H A Dl2cap.h152 uint8 service_type; /* service type */ member in struct:__anon602
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_command.cpp492 bufferHeader->val.service_type = _flow->service_type;
/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);

Completed in 186 milliseconds