HomeSort by: relevance | last modified time | path
    Searched defs:ail (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/tcpdrop/
tcpdrop.c 108 struct addrinfo *ail, *aif, *laddr, *faddr; local in function:main
124 for (ail = laddr; ail; ail = ail->ai_next) {
127 if (ail->ai_family != aif->ai_family)
130 egetnameinfo(ail, &lhp);
136 assert(ail->ai_addrlen <= sizeof(*sa));
139 (void)memcpy(&sa[1], ail->ai_addr, ail->ai_addrlen)
    [all...]
  /src/usr.sbin/btpand/
client.c 178 uint8_t buf[12]; /* enough for SSP and AIL both */
180 sdp_data_t ssp, ail, rsp, rec, value, pdl, seq; local in function:client_query
215 ail.next = seq.next;
217 ail.end = seq.next;
219 rv = sdp_service_search_attribute(ss, &ssp, &ail, &rsp);
  /src/lib/libbluetooth/
sdp_compat.c 171 sdp_data_t seq, ssp, ail, rsp, value; local in function:sdp_search
198 ail.next = ssp.end;
199 ail.end = sc->buf + sizeof(sc->buf);
201 sdp_put_uint32(&ail, ap[i]);
203 ail.end = ail.next;
204 ail.next = ssp.end;
209 rv = sdp_service_search_attribute(sc->ss, &ssp, &ail, &rsp);
  /src/usr.bin/rfcomm_sppd/
rfcomm_sppd.c 570 uint8_t buffer[6]; /* SSP (3 bytes) + AIL (3 bytes) */
572 sdp_data_t ail, ssp, rsp, rec, value, pdl, seq; local in function:service_search
589 ail.next = seq.next;
591 ail.end = seq.next;
597 rv = sdp_service_search_attribute(ss, &ssp, &ail, &rsp);
  /src/usr.sbin/bta2dpd/bta2dpd/
bta2dpd.c 1085 uint8_t buf[12]; /* enough for SSP and AIL both */
1087 sdp_data_t ssp, ail, rsp, rec, value, pdl, seq; local in function:client_query
1122 ail.next = seq.next;
1124 ail.end = seq.next;
1126 rv = sdp_service_search_attribute(myss, &ssp, &ail, &rsp);

Completed in 14 milliseconds