Home | History | Annotate | Download | only in libpcap

Lines Matching full:valp

570 vstore(struct stmt *s, int *valp, int newval, int alter)
572 if (alter && *valp == newval)
575 *valp = newval;