Lines Matching refs:token
944 int fr_nextfrag(token, itp, top, tail, lock, ifs)
945 ipftoken_t *token;
957 * Retrieve "previous" entry from token and find the next entry.
959 frag = token->ipt_data;
966 * If we found an entry, add reference to it and update token.
967 * Otherwise, zero out data to be returned and NULL out token.
971 token->ipt_data = next;
975 token->ipt_data = NULL;
984 * Copy out data and clean up references and token as needed.
989 if (token->ipt_data == NULL) {
990 ipf_freetoken(token, ifs);
995 ipf_freetoken(token, ifs);