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

/freebsd-10.2-release/usr.sbin/rtadvd/
H A Dcontrol_client.c80 cm->cm_type = cm_orig->cm_type;
108 switch (cm->cm_type) {
H A Dcontrol.h53 int cm_type; member in struct:ctrl_msg_hdr
H A Dcontrol_server.c672 switch (cm->cm_type) {
700 "<%s> cm->cm_type = %d", __func__, cm->cm_type);
704 switch (cm->cm_type) {
708 cm->cm_type = CM_TYPE_ACK;
715 cm->cm_type = CM_TYPE_ERR;
718 cm->cm_type = CM_TYPE_ACK;
729 cm->cm_type = CM_TYPE_ERR;
732 cm->cm_type = CM_TYPE_ACK;
737 cm->cm_type
[all...]
H A Dcontrol.c116 if (cm->cm_type >= CM_TYPE_MAX) {
124 cm->cm_type);
197 cm->cm_type, iovcnt, iov_len_total);
/freebsd-10.2-release/usr.sbin/rtadvctl/
H A Drtadvctl.c237 cm->cm_type = action;
291 __func__, cm->cm_type, cm->cm_len);

Completed in 55 milliseconds