Searched refs:ail (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/tcpdrop/
H A Dtcpdrop.c108 struct addrinfo *ail, *aif, *laddr, *faddr; local
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
[all...]
/netbsd-6-1-5-RELEASE/lib/libbluetooth/
H A Dsdp_service.c214 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
213 sdp_service_attribute(struct sdp_session *ss, uint32_t id, const sdp_data_t *ail, sdp_data_t *rsp) argument
338 sdp_service_search_attribute(struct sdp_session *ss, const sdp_data_t *ssp, const sdp_data_t *ail, sdp_data_t *rsp) argument
[all...]
H A Dsdp_compat.c171 sdp_data_t seq, ssp, ail, rsp, value; local
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);
/netbsd-6-1-5-RELEASE/usr.sbin/sdpd/
H A Dservice.c459 sdpd_valid_ail(sdp_data_t *ail) argument
461 sdp_data_t a = *ail;
481 sdpd_match_ail(record_t *rec, sdp_data_t ail, sdpd_data_t *buf) argument
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);
/netbsd-6-1-5-RELEASE/usr.sbin/btpand/
H A Dclient.c161 sdp_data_t ssp, ail, rsp, rec, value, pdl, seq; local
196 ail.next = seq.next;
198 ail.end = seq.next;
200 rv = sdp_service_search_attribute(ss, &ssp, &ail, &rsp);
/netbsd-6-1-5-RELEASE/usr.bin/rfcomm_sppd/
H A Drfcomm_sppd.c571 sdp_data_t ail, ssp, rsp, rec, value, pdl, seq; local
588 ail.next = seq.next;
590 ail.end = seq.next;
596 rv = sdp_service_search_attribute(ss, &ssp, &ail, &rsp);

Completed in 73 milliseconds