OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_multi
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/netinet/
igmp_var.h
110
int igmp_joingroup(struct
in_multi
*);
111
void igmp_leavegroup(struct
in_multi
*);
in_var.h
103
LIST_HEAD(,
in_multi
) ia_multiaddrs; /* list of multicast addresses */
104
struct
in_multi
*ia_allhosts; /* multicast address record for
371
struct
in_multi
{
struct
372
LIST_ENTRY(
in_multi
) inm_list; /* list of multicast addresses */
416
* through all of the
in_multi
records.
420
struct
in_multi
*i_inm;
424
struct
in_multi
*in_first_multi(struct in_multistep *);
425
struct
in_multi
*in_next_multi(struct in_multistep *);
426
struct
in_multi
*in_lookup_multi(struct in_addr, struct ifnet *);
427
struct
in_multi
*in_addmulti(struct in_addr *, struct ifnet *)
[
all
...]
igmp.c
94
static void igmp_sendpkt(struct
in_multi
*, int);
95
static int rti_fill(struct
in_multi
*);
105
rti_fill(struct
in_multi
*inm)
191
struct
in_multi
*inm;
488
igmp_joingroup(struct
in_multi
*inm)
513
igmp_leavegroup(struct
in_multi
*inm)
535
struct
in_multi
*inm;
594
igmp_sendpkt(struct
in_multi
*inm, int type)
ip_var.h
108
struct
in_multi
*imo_membership[IP_MAX_MEMBERSHIPS];
in.c
176
* This list is used to keep track of
in_multi
chains which belong to
181
LIST_HEAD(in_multihashhead,
in_multi
); /* Type of the hash head */
206
pool_init(&inmulti_pool, sizeof(struct
in_multi
), 0, 0, 0, "inmltpl",
1648
* in_lookup_multi: look up the
in_multi
record for a given IP
1652
struct
in_multi
*
1655
struct
in_multi
*inm;
1690
struct
in_multi
*
1694
struct
in_multi
*inm;
1754
in_delmulti(struct
in_multi
*inm)
1788
* in_next_multi: step through all of the
in_multi
records, one at a time
[
all
...]
ip_output.c
2133
struct
in_multi
*inm = imo->imo_membership[i];
ip_carp.c
1885
struct
in_multi
*imm;
/src/usr.sbin/mrouted/
snmp.c
605
struct
in_multi
in_multi
, *inm;
local in function:o_igmpCacheTable
670
klookup( (int)inm, (char *)&
in_multi
, sizeof(
in_multi
));
672
if (
in_multi
.inm_addr.s_addr == cache->al_addr) {
677
inm =
in_multi
.inm_next;
/src/usr.bin/netstat/
if.c
560
struct
in_multi
inm;
Completed in 22 milliseconds
Indexes created Mon Oct 13 01:09:56 GMT 2025