Home
last modified time | relevance | path

Searched refs:server_channel (Results 1 – 11 of 11) sorted by relevance

/dragonfly/lib/libsdp/
H A Dsdp.h516 uint8_t server_channel; member
525 uint8_t server_channel; member
533 uint8_t server_channel; member
541 uint8_t server_channel; member
550 uint8_t server_channel; member
559 uint8_t server_channel; member
567 uint8_t server_channel; member
579 uint8_t server_channel; member
588 uint8_t server_channel; member
/dragonfly/usr.sbin/sdpd/
H A Dhset.c72 (uint8_t const *) &hset->server_channel, 1)); in hset_profile_create_protocol_descriptor_list()
108 if (hset->server_channel < RFCOMM_CHANNEL_MIN in hset_profile_data_valid()
109 || hset->server_channel > RFCOMM_CHANNEL_MAX) in hset_profile_data_valid()
H A Dhf.c72 (uint8_t const *) &hf->server_channel, 1)); in hf_profile_create_protocol_descriptor_list()
125 if (hf->server_channel < RFCOMM_CHANNEL_MIN in hf_profile_data_valid()
126 || hf->server_channel > RFCOMM_CHANNEL_MAX in hf_profile_data_valid()
H A Dlan.c97 (uint8_t const *) &lan->server_channel, 1)); in lan_profile_create_protocol_descriptor_list()
146 if (lan->server_channel < 1 || in lan_profile_data_valid()
147 lan->server_channel > 30 || in lan_profile_data_valid()
H A Dprofile.c390 if (opush->server_channel < 1 || in obex_profile_data_valid()
391 opush->server_channel > 30 || in obex_profile_data_valid()
H A Dftrn.c95 (uint8_t const *) &ftrn->server_channel, 1)); in ftrn_profile_create_protocol_descriptor_list()
H A Dirmc_command.c95 (uint8_t const *) &irmc_command->server_channel, 1)); in irmc_command_profile_create_protocol_descriptor_list()
H A Dsp.c95 (uint8_t const *) &sp->server_channel, 1)); in sp_profile_create_protocol_descriptor_list()
H A Ddun.c95 (uint8_t const *) &dun->server_channel, 1)); in dun_profile_create_protocol_descriptor_list()
H A Dirmc.c95 (uint8_t const *) &irmc->server_channel, 1)); in irmc_profile_create_protocol_descriptor_list()
H A Dopush.c95 (uint8_t const *) &opush->server_channel, 1)); in opush_profile_create_protocol_descriptor_list()