Home
last modified time | relevance | path

Searched refs:ctrl_msg_pl (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/rtadvd/
H A Dcontrol_server.c74 static int cm_getprop_echo(struct ctrl_msg_pl *);
75 static int cm_getprop_version(struct ctrl_msg_pl *);
76 static int cm_getprop_ifilist(struct ctrl_msg_pl *);
77 static int cm_getprop_ifi(struct ctrl_msg_pl *);
78 static int cm_getprop_ifi_ra_timer(struct ctrl_msg_pl *);
79 static int cm_getprop_rai(struct ctrl_msg_pl *);
80 static int cm_getprop_pfx(struct ctrl_msg_pl *);
81 static int cm_getprop_rdnss(struct ctrl_msg_pl *);
82 static int cm_getprop_dnssl(struct ctrl_msg_pl *);
83 static int cm_getprop_rti(struct ctrl_msg_pl *);
[all...]
H A Dcontrol.h56 struct ctrl_msg_pl { struct
71 size_t cm_pl2bin(char *, struct ctrl_msg_pl *); argument
72 struct ctrl_msg_pl *cm_bin2pl(char *, struct ctrl_msg_pl *);
H A Dcontrol_server.h30 int cm_getprop(struct ctrl_msg_pl *);
31 int cm_setprop(struct ctrl_msg_pl *);
H A Dcontrol.c342 struct ctrl_msg_pl *
343 cm_bin2pl(char *str, struct ctrl_msg_pl *cp) in cm_bin2pl()
403 cm_pl2bin(char *str, struct ctrl_msg_pl *cp) in cm_pl2bin()
/freebsd/usr.sbin/rtadvctl/
H A Drtadvctl.c77 static int action_propget(char *, struct ctrl_msg_pl *);
223 struct ctrl_msg_pl cp; in action_plgeneric()
273 action_propget(char *argv, struct ctrl_msg_pl *cp) in action_propget()
393 struct ctrl_msg_pl cp; in action_version()
420 struct ctrl_msg_pl cp; in action_show()