Home
last modified time | relevance | path

Searched refs:msgtypes (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/rdist/
H A Dmessage.c60 } msgtypes[] = { variable
133 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 …]
/openbsd-src/usr.sbin/sasyncd/
H A Dpfkey.c62 static const char *msgtypes[] = { variable
136 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()
/openbsd-src/sbin/route/
H A Droute.c1374 char *msgtypes[] = { variable
1451 rtm->rtm_type < sizeof(msgtypes)/sizeof(msgtypes[0])) in print_rtmsg()
1452 printf("%s", msgtypes[rtm->rtm_type]); in print_rtmsg()