Home | History | Annotate | Download | only in libpcap

Lines Matching full:valp

574 vstore(struct stmt *s, int *valp, int newval, int alter)
576 if (alter && *valp == newval)
579 *valp = newval;