Print this page
dccp: snoop, build system fixes

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop.h
          +++ new/usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop.h
↓ open down ↓ 230 lines elided ↑ open up ↑
 231  231  extern int interpret_ppp(int, uchar_t *, int);
 232  232  extern int interpret_pppoe(int, poep_t *, int);
 233  233  struct tcphdr;
 234  234  extern int interpret_tcp(int, struct tcphdr *, int, int);
 235  235  struct udphdr;
 236  236  extern int interpret_udp(int, struct udphdr *, int, int);
 237  237  extern int interpret_esp(int, uint8_t *, int, int);
 238  238  extern int interpret_ah(int, uint8_t *, int, int);
 239  239  struct sctp_hdr;
 240  240  extern void interpret_sctp(int, struct sctp_hdr *, int, int);
      241 +struct dccphdr;
      242 +extern int interpret_dccp(int, struct dccphdr *, int, int);
 241  243  extern void interpret_mip_cntrlmsg(int, uchar_t *, int);
 242  244  struct dhcp;
 243  245  extern int interpret_dhcp(int, struct dhcp *, int);
 244  246  extern int interpret_dhcpv6(int, const uint8_t *, int);
 245  247  struct tftphdr;
 246  248  extern int interpret_tftp(int, struct tftphdr *, int);
 247  249  extern int interpret_http(int, char *, int);
 248  250  struct ntpdata;
 249  251  extern int interpret_ntp(int, struct ntpdata *, int);
 250  252  extern void interpret_netbios_ns(int, uchar_t *, int);
↓ open down ↓ 105 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX