Searched refs:plstr (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c222 action_plgeneric(int action, char *plstr, char *buf) argument
241 if (plstr != NULL) {
243 p = strchr(plstr, ':');
244 q = strchr(plstr, '=');
250 cp.cp_key = plstr;
251 } else if (p == plstr) { /* empty */
253 cp.cp_key = plstr + 1;
256 cp.cp_ifname = plstr;

Completed in 117 milliseconds