HomeSort by: relevance | last modified time | path
    Searched refs:ail (Results 1 - 8 of 8) 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/lib/libbluetooth/
sdp_service.c 214 const sdp_data_t *ail, sdp_data_t *rsp)
240 len = (ail == NULL ? (ssize_t)sizeof(ail_default) : (ail->end - ail->next));
252 req[4].iov_base = (ail == NULL ? ail_default : ail->next);
339 const sdp_data_t *ail, sdp_data_t *rsp)
376 len = (ail == NULL ? (ssize_t)sizeof(ail_default) : (ail->end - ail->next))
    [all...]
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.sbin/sdpd/
service.c 459 sdpd_valid_ail(sdp_data_t *ail)
461 sdp_data_t a = *ail;
481 sdpd_match_ail(record_t *rec, sdp_data_t ail, sdpd_data_t *buf)
499 if (ail.next == ail.end)
502 if (sdp_data_type(&ail) == SDP_DATA_UINT16) {
503 sdp_get_uint(&ail, &ui);
506 sdp_get_uint(&ail, &ui);
  /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/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);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
keystone-k2l-clocks.dtsi 238 clock-output-names = "iqn-ail";

Completed in 50 milliseconds