Searched defs:rtralert (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c1831 uint8_t *rtralert; local
1847 rtralert = (uint8_t *)&(ipha[1]);
1848 igmpa = (igmpa_t *)&(rtralert[RTRALERT_LEN]);
1855 rtralert[0] = IPOPT_COPY | IPOPT_RTRALERT;
1856 rtralert[1] = RTRALERT_LEN;
1857 rtralert[2] = 0;
1858 rtralert[3] = 0;
1892 uint8_t *rtralert; local
1989 rtralert = (uint8_t *)&(ipha[1]);
1990 igmp3ra = (igmp3ra_t *)&(rtralert[RTRALERT_LE
[all...]

Completed in 51 milliseconds