Home
last modified time | relevance | path

Searched refs:ps_evsize (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c200 int ps_evsize; /* max length; for realloc */ member
874 psp->ps_evsize = 8; in dispatch_keyword()
883 evlist-psp->ps_evlist >= psp->ps_evsize-1) { in dispatch_keyword()
885 (psp->ps_evsize + 8) * sizeof (*evlist)); in dispatch_keyword()
888 psp->ps_evsize + 8); in dispatch_keyword()
893 evlist += psp->ps_evsize - 1; in dispatch_keyword()
894 psp->ps_evsize += 8; in dispatch_keyword()