Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dmib2.h152 } Octet_t; typedef
160 typedef Octet_t DeviceName;
161 typedef Octet_t PhysAddress;
1619 Octet_t sctpAssocRemHostName;
/titanic_41/usr/src/cmd/rpcsvc/
H A Drstat_proc.c165 static char *octetstr(char *buf, Octet_t *op, int code);
615 octetstr(char *buf, Octet_t *op, int code) in octetstr()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c147 static boolean_t octetstrmatch(const Octet_t *a, const Octet_t *b);
148 static char *octetstr(const Octet_t *op, int code,
1529 octetstrmatch(const Octet_t *a, const Octet_t *b) in octetstrmatch()
1542 octetstr(const Octet_t *op, int code, char *dst, uint_t dstlen) in octetstr()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1586 oct2ifname(const Octet_t *octp, char *ifname, size_t ifsize) in oct2ifname()