Lines Matching full:list
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
50 * Add an entry to the list of addresses for an interface.
116 * Find the end of the list of addresses.
122 * This is the end of the list.
130 * The list was empty; this is the first member.
135 * "prevaddr" is the last member of the list; append
167 * Get the list of addresses for the interface.
177 * We return an entry with an empty address list.
188 * this address to its list of addresses.
211 * Get a list of all interfaces that are up and that we can open.
213 * The list, as returned through "alldevsp", may be null if no interfaces
250 snprintf(errbuf, PCAP_ERRBUF_SIZE, "Cannot allocate enough memory to list the adapters.");
263 * "PacketGetAdapterNames()" returned a list of
265 * terminated by a null string, followed by a list
269 * of the first list.
271 * Find the end of the first list; that's the
272 * beginning of the second list.
280 * nulls at the end of the list of names, so the
281 * first byte of the list of descriptions is two bytes
287 * Loop over the elements in the first list.
307 * We had an error; free the list we've been constructing.