Home
last modified time | relevance | path

Searched defs:optbuf (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/usr.sbin/ospf6ctl/
Dospf6ctl.c731 static char optbuf[32]; in print_ospf_flags() local
743 static char optbuf[32]; in print_asext_flags() local
755 static char optbuf[32]; in print_prefix_opt() local
1041 static char optbuf[32]; in print_ospf_options() local
1177 static char optbuf[32]; in print_ospf_rtr_flags() local
/openbsd/src/usr.sbin/ospfctl/
Dospfctl.c493 static char optbuf[32]; in print_ospf_flags() local
505 static char optbuf[32]; in print_ospf_options() local
522 static char optbuf[32]; in print_ospf_rtr_flags() local
/openbsd/src/sbin/fsck/
Dfsck.c263 char *optbuf = NULL, fsname[PATH_MAX], execname[PATH_MAX]; in checkfs() local
498 char *opt, *optbuf; in hasopt() local
/openbsd/src/sbin/mount/
Dmount.c304 char *opt, *optbuf; in hasopt() local
351 char *optbuf, execname[PATH_MAX], mntpath[PATH_MAX]; in mountfs() local
/openbsd/src/usr.sbin/dvmrpctl/
Ddvmrpctl.c503 static char optbuf[32]; in print_dvmrp_options() local
/openbsd/src/sys/netinet/
Dtcp_output.c200 u_int32_t optbuf[howmany(MAX_TCPOPTLEN, sizeof(u_int32_t))]; in tcp_output() local
/openbsd/src/sys/netinet6/
Dip6_output.c895 u_int8_t *optbuf; in ip6_insert_jumboopt() local
1247 u_char *optbuf; in ip6_ctloutput() local
/openbsd/src/usr.bin/dig/
Ddighost.c3108 isc_buffer_t *optbuf, size_t optlen) in process_sit()
3164 isc_buffer_t optbuf; in process_opt() local
/openbsd/src/usr.bin/dig/lib/dns/
Dmessage.c2531 isc_buffer_t optbuf; in dns_message_pseudosectiontotext() local
/openbsd/src/usr.bin/ssh/
Dssh-keygen.c2082 show_options(struct sshbuf *optbuf, int in_critical) in show_options()