Searched refs:islast (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dwps_upnp_ssdp.c117 * @islast: Buffer for indicating whether this is the last message (= 1)
124 struct advertisement_state_machine *a, int *islast)
131 *islast = 0;
208 *islast = 1;
231 int islast = 0; local
247 while (!islast) {
248 msg = next_advertisement(sm, a, &islast);
271 int islast = 0; local
287 msg = next_advertisement(sm, a, &islast);
302 } else if (islast) {
123 next_advertisement(struct upnp_wps_device_sm *sm, struct advertisement_state_machine *a, int *islast) argument
390 int islast = 0; local
[all...]
/freebsd-10.2-release/contrib/nvi/vi/
H A Dvs_relative.c198 vs_rcm(SCR *sp, recno_t lno, int islast) argument
203 if (islast) {
/freebsd-10.2-release/sys/net/
H A Dif_fwsubr.c333 int fstart, fend, start, end, islast; local
365 islast = (enc->nextfrag.lf == FW_ENCAP_LAST);
382 (islast && enc->nextfrag.lf == FW_ENCAP_LAST)) {
409 if (islast && mprev && mprev->m_nextpkt)

Completed in 101 milliseconds