Searched refs:ip_rts_newaddrmsg (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ip_rts.h | 62 extern void ip_rts_newaddrmsg(int, int, const ipif_t *, uint_t);
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_rts.c | 2094 ip_rts_newaddrmsg(int cmd, int error, const ipif_t *ipif, uint_t flags) function
|
H A D | ipmp.c | 1635 ip_rts_newaddrmsg(cmd, 0, ipif, RTSQ_NORMAL);
|
H A D | ip6_if.c | 1190 ip_rts_newaddrmsg(RTM_CHGADDR, 0, ipif, RTSQ_DEFAULT);
|
H A D | ip_if.c | 3798 ip_rts_newaddrmsg(RTM_CHGADDR, 0, ipif, RTSQ_DEFAULT); 9837 ip_rts_newaddrmsg(RTM_CHGADDR, 0, ipif, RTSQ_DEFAULT); 13504 ip_rts_newaddrmsg(RTM_DELETE, 0, ipif, RTSQ_DEFAULT); 13589 ip_rts_newaddrmsg(RTM_FREEADDR, 0, ipif, RTSQ_DEFAULT); 18696 ip_rts_newaddrmsg(RTM_ADD, 0, ipif, RTSQ_DEFAULT);
|
Completed in 97 milliseconds