Searched refs:msgtypes (Results 1 – 3 of 3) sorted by relevance
60 } msgtypes[] = { variable133 for (x = 0; msgtypes[x].mt_name; ++x) in msgprconfig()135 msgtypes[x].mt_type)) { in msgprconfig()138 (void) strlcat(buf, msgtypes[x].mt_name, in msgprconfig()169 for (i = 0; msgtypes[i].mt_name; ++i) in getmsgtype()170 if (strcasecmp(name, msgtypes[i].mt_name) == 0) in getmsgtype()171 return(&msgtypes[i]); in getmsgtype()547 for (x = 0; msgtypes[x].mt_name; ++x) in _message()551 if (msgtypes[x].mt_type != MT_ALL && in _message()552 IS_ON(flags, msgtypes[x].mt_type) && in _message()[all …]
62 static const char *msgtypes[] = { variable136 if (msg->sadb_msg_type < sizeof msgtypes / sizeof msgtypes[0]) in pfkey_print_type()137 return msgtypes[msg->sadb_msg_type]; in pfkey_print_type()
1374 char *msgtypes[] = { variable1451 rtm->rtm_type < sizeof(msgtypes)/sizeof(msgtypes[0])) in print_rtmsg()1452 printf("%s", msgtypes[rtm->rtm_type]); in print_rtmsg()