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

/freebsd-10.2-release/usr.sbin/rtadvd/
H A Dcontrol_server.h30 int cm_getprop(struct ctrl_msg_pl *);
31 int cm_setprop(struct ctrl_msg_pl *);
H A Dcontrol.h56 struct ctrl_msg_pl { struct
71 size_t cm_pl2bin(char *, struct ctrl_msg_pl *);
72 struct ctrl_msg_pl *cm_bin2pl(char *, struct ctrl_msg_pl *);
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.c342 struct ctrl_msg_pl *
343 cm_bin2pl(char *str, struct ctrl_msg_pl *cp)
403 cm_pl2bin(char *str, struct ctrl_msg_pl *cp)
/freebsd-10.2-release/usr.sbin/rtadvctl/
H A Drtadvctl.c78 static int action_propget(char *, struct ctrl_msg_pl *);
224 struct ctrl_msg_pl cp;
274 action_propget(char *argv, struct ctrl_msg_pl *cp)
394 struct ctrl_msg_pl cp;
421 struct ctrl_msg_pl cp;

Completed in 92 milliseconds