Lines Matching defs:bcast
922 smb_netbios_send_rcv(int bcast, addr_entry_t *destination,
940 if ((rc > 0) || (bcast == BROADCAST))
959 smb_send_name_registration_request(int bcast, struct name_question *question,
979 if (bcast == BROADCAST) {
1015 if ((bcast == UNICAST) && gotreply)
1018 rc = smb_netbios_send_rcv(bcast, &destination[i], &packet,
1032 smb_send_name_refresh_request(int bcast, struct name_question *question,
1052 switch (bcast) {
1106 rc = smb_netbios_send_rcv(bcast, &destination[i], &packet,
1117 rc = smb_netbios_send_rcv(bcast, addr, &packet,
1167 smb_send_name_release_request_and_demand(int bcast,
1178 if (bcast == BROADCAST) {
1206 rc = smb_netbios_send_rcv(bcast, &destination[i], &packet,
1255 smb_send_name_query_request(int bcast, struct name_question *question)
1266 if (bcast == BROADCAST) {