Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dmib2.h159 } Octet_t; typedef
167 typedef Octet_t DeviceName;
168 typedef Octet_t PhysAddress;
1648 Octet_t sctpAssocRemHostName;
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c163 static char *octetstr(char *buf, Octet_t *op, int code);
613 octetstr(char *buf, Octet_t *op, int code) in octetstr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c150 static boolean_t octetstrmatch(const Octet_t *a, const Octet_t *b);
151 static char *octetstr(const Octet_t *op, int code,
1937 octetstrmatch(const Octet_t *a, const Octet_t *b) in octetstrmatch()
1950 octetstr(const Octet_t *op, int code, char *dst, uint_t dstlen) in octetstr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1588 oct2ifname(const Octet_t *octp, char *ifname, size_t ifsize) in oct2ifname()