ipgpc_packet_t
ipgpc_classify(int af, ipgpc_packet_t *packet)
get_port_info(ipgpc_packet_t *packet, void *iph, int af, mblk_t *mp)
find_ids(ipgpc_packet_t *packet, mblk_t *mp)
parse_packet(ipgpc_packet_t *packet, mblk_t *mp)
parse_packet6(ipgpc_packet_t *packet, mblk_t *mp)
static int common_classify(ipgpc_packet_t *, ht_match_t *, uint16_t *);
static void get_port_info(ipgpc_packet_t *, void *, int, mblk_t *);
print_packet(int af, ipgpc_packet_t *pkt)
common_classify(ipgpc_packet_t *packet, ht_match_t *fid_table,
extern ipgpc_class_t *ipgpc_classify(int, ipgpc_packet_t *);
extern void parse_packet(ipgpc_packet_t *, mblk_t *);
extern void parse_packet6(ipgpc_packet_t *, mblk_t *);
extern void print_packet(int, ipgpc_packet_t *);
ipgpc_packet_t pkt;