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

/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_upnp_ssdp.c114 * @islast: Buffer for indicating whether this is the last message (= 1)
121 struct advertisement_state_machine *a, int *islast)
128 *islast = 0;
207 *islast = 1;
226 int islast = 0; local
242 while (!islast) {
243 msg = next_advertisement(sm, a, &islast);
266 int islast = 0; local
282 msg = next_advertisement(sm, a, &islast);
297 } else if (islast) {
120 next_advertisement(struct upnp_wps_device_sm *sm, struct advertisement_state_machine *a, int *islast) argument
386 int islast = 0; local
[all...]
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_relative.c198 vs_rcm(SCR *sp, recno_t lno, int islast) argument
203 if (islast) {
/freebsd-11-stable/sys/net/
H A Dif_fwsubr.c339 int fstart, fend, start, end, islast; local
371 islast = (enc->nextfrag.lf == FW_ENCAP_LAST);
388 (islast && enc->nextfrag.lf == FW_ENCAP_LAST)) {
415 if (islast && mprev && mprev->m_nextpkt)

Completed in 149 milliseconds