Searched refs:eui64_t (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/ppp/dist/pppd/
H A Deui64.h52 } eui64_t; typedef in typeref:union:__anon3
73 } eui64_t; typedef in typeref:union:__anon4
82 #define eui64_copy(s, d) memcpy(&(d), &(s), sizeof(eui64_t))
98 (cp) += sizeof(eui64_t); \
103 (cp) += sizeof(eui64_t); \
112 char *eui64_ntoa(eui64_t); /* Returns ascii representation of id */
H A Dipv6cp.h162 eui64_t ourid, hisid; /* Interface identifiers */
H A Deui64.c49 eui64_ntoa(eui64_t e)
H A Dpppd.h684 int sif6addr(int, eui64_t, eui64_t);
686 int cif6addr(int, eui64_t, eui64_t);
694 int sif6defaultroute(int, eui64_t, eui64_t);
696 int cif6defaultroute(int, eui64_t, eui64_t);
H A Dipv6cp.c317 static void ipv6cp_clear_addrs (int, eui64_t, eui64_t);
399 char *llv6_ntoa(eui64_t ifaceid);
417 llv6_ntoa(eui64_t ifaceid)
616 eui64_t ifaceid;
685 eui64_t ifaceid;
819 eui64_t ifaceid;
895 eui64_t ifaceid; /* Parsed interface identifier */
1074 ether_to_eui64(eui64_t *p_eui64)
1365 ipv6cp_clear_addrs(int unit, eui64_t ouri
[all...]
/netbsd-current/external/bsd/ppp/usr.sbin/pppd/
H A Dsys-bsd.c209 static eui64_t default_route_gateway6; /* Gateway for default IPv6 route added */
787 sif6addr(int unit, eui64_t our_eui64, eui64_t his_eui64)
887 cif6addr(int unit, eui64_t our_eui64, eui64_t his_eui64)
1674 dodefaultroute6(int u, eui64_t l, eui64_t g, char cmd)
1722 sif6defaultroute(int u, eui64_t l, eui64_t g)
1731 cif6defaultroute(int u, eui64_t
[all...]

Completed in 102 milliseconds