search for: cp_len_1

Displaying 3 results from an estimated 3 matches for "cp_len_1".

Did you mean: cp_len_2
2016 Jan 07
2
Domain name search path use during PXE booting
...char *endp = DomainSearch; /* end of the last completed domain string */ + const uint8_t *cpp; /* copy pointer used to follow pointers */ + int pcount; /* number of pointers visited in current point copy */ + int len; + enum { START, LABEL, ADD_LABEL, ADD_DOT, CP_LEN_1, CP_LABEL, CP_ADD_LABEL, + CP_ADD_DOT, CP_LEN_2, FINISH, END } state, postcpstate; + + state = START; + while (state != END) { + switch (state) { + case START: + cpp = udata; + state = LABEL; + break; + + case LABEL: +...
2016 Jan 07
0
Domain name search path use during PXE booting
.../* end of the last completed domain string > */ > + const uint8_t *cpp; /* copy pointer used to follow pointers */ > + int pcount; /* number of pointers visited in current > point copy */ > + int len; > + enum { START, LABEL, ADD_LABEL, ADD_DOT, CP_LEN_1, CP_LABEL, > CP_ADD_LABEL, > + CP_ADD_DOT, CP_LEN_2, FINISH, END } state, postcpstate; > + > + state = START; > + while (state != END) { > + switch (state) { > + case START: > + cpp = udata; > + state = LABEL; > +...
2016 Jan 08
1
Domain name search path use during PXE booting
...eted domain string >> */ >> + const uint8_t *cpp; /* copy pointer used to follow pointers */ >> + int pcount; /* number of pointers visited in current >> point copy */ >> + int len; >> + enum { START, LABEL, ADD_LABEL, ADD_DOT, CP_LEN_1, CP_LABEL, >> CP_ADD_LABEL, >> + CP_ADD_DOT, CP_LEN_2, FINISH, END } state, postcpstate; >> + >> + state = START; >> + while (state != END) { >> + switch (state) { >> + case START: >> + cpp = udata; >> +...