Searched refs:pim_input (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_multi.h118 extern mblk_t *pim_input(mblk_t *, ip_recv_attr_t *);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_input.c2834 /* Checksum is verified in pim_input */
2835 mp = pim_input(mp, ira);
2837 /* Bad packet - discarded by pim_input */
H A Dip_mroute.c2326 * Callers of pim_input() may need to reinitialize variables that were copied
2330 pim_input(mblk_t *mp, ip_recv_attr_t *ira) function
2363 "pim_input: length not at least minlen");
2383 "pim_input: unknown version of PIM");
2398 "pim_input: invalid checksum");
2419 "pim_input: Inner pkt not mcast .. !");
2470 * PIM socket. For Solaris it is done right after pim_input() is
2477 * PIM sparse mode hook. Called by pim_input after decapsulating
2479 * In pim_input() we have to check if the destination is a multicast address.
2501 * pim_input verifie
[all...]

Completed in 52 milliseconds