Searched refs:rip6 (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rip6.c | 53 interpret_rip6(int flags, struct rip6 *rip6, int fraglen) in interpret_rip6() argument 63 switch (rip6->rip6_cmd) { in interpret_rip6() 69 switch (rip6->rip6_cmd) { in interpret_rip6() 74 for (n = rip6->rip6_nets; in interpret_rip6() 93 (void) sprintf(get_line((char *)(uintptr_t)rip6->rip6_cmd - in interpret_rip6() 94 dlc_header, 1), "Opcode = %d (%s)", rip6->rip6_cmd, in interpret_rip6() 95 show_cmd6(rip6->rip6_cmd)); in interpret_rip6() 96 (void) sprintf(get_line((char *)(uintptr_t)rip6->rip6_vers - in interpret_rip6() 97 dlc_header, 1), "Version = %d", rip6->rip6_vers); in interpret_rip6() 99 switch (rip6->rip6_cmd) { in interpret_rip6() [all …]
|
H A D | snoop.h | 256 struct rip6; 257 extern int interpret_rip6(int, struct rip6 *, int);
|
H A D | snoop_rport.c | 421 (void) interpret_rip6(flags, (struct rip6 *)data, in interpret_reserved()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | output.c | 83 sendpacket(sin6, ifp, sizeof (struct rip6), 0); in solicit() 124 TRACE_OUTPUT(ifp, sin6, sizeof (struct rip6)); in sendpacket()
|
H A D | main.c | 46 struct rip6 *msg; 189 msg = (struct rip6 *)packet; in main()
|
H A D | defs.h | 138 extern struct rip6 *msg;
|
/titanic_44/usr/src/head/protocols/ |
H A D | ripngd.h | 56 struct rip6 { struct
|