1LIBXO(3) BSD Library Functions Manual LIBXO(3)
2
4 xo_set_syslog_enterprise_id — Set the enterprise identifier for syslog
5 content
6
8 library “libxo”
9
11 #include <libxo/xo.h>
12
13 void
14 xo_set_syslog_enterprise_id(unsigned short eid);
15
16 void
17
19 The xo_set_syslog_enterprise_id() function records an enterprise identi‐
20 fier used for subsequent xo_syslog(3) calls. Enterprise IDs are defined
21 by IANA, the Internet Assigned Numbers Authority:
22
23 https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers
24
26 xo_syslog(3), libxo(3)
27
29 The libxo library first appeared in FreeBSD 11.0.
30
32 libxo was written by Phil Shafer <phil@freebsd.org>.
33
34
36 FreeBSD uses libxo version 1.6.0. Complete documentation can be found on
37 github:
38
39 https://juniper.github.io/libxo/1.6.0/html/index.html
40
41 libxo lives on github as:
42
43 https://github.com/Juniper/libxo
44
45 The latest release of libxo is available at:
46
47 https://github.com/Juniper/libxo/releases
48
50 The libxo library was added in FreeBSD 11.0.
51
53 Phil Shafer
54
55BSD July 20, 2015 BSD