in.h (b554b6ca918fb7cdfa77fd201c0819ba27365eaa) | in.h (d10910e6cee0dca8be3d5a7fdbe404a15d9e7b52) |
---|---|
1/*- 2 * Copyright (c) 1982, 1986, 1990, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 495 unchanged lines hidden (view full) --- 504#define IP_MAX_SOURCE_FILTER 1024 /* XXX to be unused */ 505 506/* 507 * Default resource limits for IPv4 multicast source filtering. 508 * These may be modified by sysctl. 509 */ 510#define IP_MAX_GROUP_SRC_FILTER 512 /* sources per group */ 511#define IP_MAX_SOCK_SRC_FILTER 128 /* sources per socket/group */ | 1/*- 2 * Copyright (c) 1982, 1986, 1990, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 495 unchanged lines hidden (view full) --- 504#define IP_MAX_SOURCE_FILTER 1024 /* XXX to be unused */ 505 506/* 507 * Default resource limits for IPv4 multicast source filtering. 508 * These may be modified by sysctl. 509 */ 510#define IP_MAX_GROUP_SRC_FILTER 512 /* sources per group */ 511#define IP_MAX_SOCK_SRC_FILTER 128 /* sources per socket/group */ |
512#define IP_MAX_SOCK_MUTE_FILTER 128 /* XXX no longer used */ |
|
512 513/* 514 * Argument structure for IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP. 515 */ 516struct ip_mreq { 517 struct in_addr imr_multiaddr; /* IP multicast address of group */ 518 struct in_addr imr_interface; /* local IP address of interface */ 519}; --- 238 unchanged lines hidden --- | 513 514/* 515 * Argument structure for IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP. 516 */ 517struct ip_mreq { 518 struct in_addr imr_multiaddr; /* IP multicast address of group */ 519 struct in_addr imr_interface; /* local IP address of interface */ 520}; --- 238 unchanged lines hidden --- |