Home
last modified time | relevance | path

Searched refs:print_proto (Results 1 – 4 of 4) sorted by relevance

/openbsd/sbin/iked/
H A Dprint.c100 print_verbose(" %s", print_proto(pol->pol_ipproto[i])); in print_policy()
102 print_verbose(", %s", print_proto(pol->pol_ipproto[i])); in print_policy()
H A Dutil.c700 print_proto(uint8_t proto) in print_proto() function
H A Diked.h1379 print_proto(uint8_t);
/openbsd/sbin/ipsecctl/
H A Dpfkdump.c45 static void print_proto(struct sadb_ext *, struct sadb_msg *, int);
102 { SADB_X_EXT_PROTOCOL, "protocol", print_proto },
372 print_proto(struct sadb_ext *ext, struct sadb_msg *msg, int opts) in print_proto() function