Symbol: inetgram
usr/src/stand/lib/inet/ethernet.c
270
ether_header_len(struct inetgram *igm)
usr/src/stand/lib/inet/ethernet.c
293
struct inetgram *inp;
usr/src/stand/lib/inet/ethernet.c
388
inp = (struct inetgram *)bkmem_zalloc(
usr/src/stand/lib/inet/ethernet.c
389
sizeof (struct inetgram));
usr/src/stand/lib/inet/ethernet.c
400
sizeof (struct inetgram));
usr/src/stand/lib/inet/ethernet.c
491
ether_output(int index, struct inetgram *ogp)
usr/src/stand/lib/inet/ethernet_inet.h
45
extern int ether_header_len(struct inetgram *);
usr/src/stand/lib/inet/ethernet_inet.h
49
extern int ether_output(int, struct inetgram *);
usr/src/stand/lib/inet/ibd.c
264
ibd_header_len(struct inetgram *igm)
usr/src/stand/lib/inet/ibd.c
292
struct inetgram *inp;
usr/src/stand/lib/inet/ibd.c
387
inp = (struct inetgram *)bkmem_zalloc(
usr/src/stand/lib/inet/ibd.c
388
sizeof (struct inetgram));
usr/src/stand/lib/inet/ibd.c
399
sizeof (struct inetgram));
usr/src/stand/lib/inet/ibd.c
483
ibd_output(int index, struct inetgram *ogp)
usr/src/stand/lib/inet/icmp4.c
57
icmp4(struct inetgram *igp, struct ip *iphp, uint16_t iphlen,
usr/src/stand/lib/inet/icmp4.h
38
extern void icmp4(struct inetgram *, struct ip *, uint16_t, struct in_addr);
usr/src/stand/lib/inet/ipv4.c
1070
struct inetgram datagram;
usr/src/stand/lib/inet/ipv4.c
1074
bzero(&datagram, sizeof (struct inetgram));
usr/src/stand/lib/inet/ipv4.c
252
frag_load(struct inetgram *igp)
usr/src/stand/lib/inet/ipv4.c
445
ipv4_header_len(struct inetgram *igm)
usr/src/stand/lib/inet/ipv4.c
582
struct inetgram *
usr/src/stand/lib/inet/ipv4.c
583
make_trans_datagram(int index, struct inetgram *igp, struct in_addr ipsrc,
usr/src/stand/lib/inet/ipv4.c
589
struct inetgram *ngp;
usr/src/stand/lib/inet/ipv4.c
594
ngp = (struct inetgram *)bkmem_zalloc(sizeof (struct inetgram));
usr/src/stand/lib/inet/ipv4.c
641
bkmem_free((caddr_t)ngp, sizeof (struct inetgram));
usr/src/stand/lib/inet/ipv4.c
650
bkmem_free((caddr_t)ngp, sizeof (struct inetgram));
usr/src/stand/lib/inet/ipv4.c
695
struct inetgram *igp, *newgp = NULL, *ipv4_listp = NULL;
usr/src/stand/lib/inet/ipv4.c
867
sizeof (struct inetgram));
usr/src/stand/lib/inet/ipv4.c
900
sizeof (struct inetgram));
usr/src/stand/lib/inet/ipv4.c
971
ipv4_output(int index, struct inetgram *ogp)
usr/src/stand/lib/inet/ipv4_impl.h
94
extern int ipv4_header_len(struct inetgram *);
usr/src/stand/lib/inet/ipv4_impl.h
96
extern int ipv4_output(int, struct inetgram *);
usr/src/stand/lib/inet/mac_impl.h
53
int (*mac_header_len)(struct inetgram *);
usr/src/stand/lib/inet/mac_impl.h
55
int (*mac_output)(int, struct inetgram *);
usr/src/stand/lib/inet/udp.c
103
struct inetgram *igp, *ugp = NULL;
usr/src/stand/lib/inet/udp.c
170
udp_output(int index, struct inetgram *ogp)
usr/src/stand/lib/inet/udp.c
72
udp_header_len(struct inetgram *igm)
usr/src/stand/lib/inet/udp_inet.h
38
extern int udp_header_len(struct inetgram *);
usr/src/stand/lib/inet/udp_inet.h
41
extern int udp_output(int, struct inetgram *);
usr/src/stand/lib/sock/socket.c
1055
struct inetgram oc;
usr/src/stand/lib/sock/socket.c
1152
struct inetgram *
usr/src/stand/lib/sock/socket.c
1153
last_gram(struct inetgram *igp)
usr/src/stand/lib/sock/socket.c
1155
struct inetgram *wp;
usr/src/stand/lib/sock/socket.c
1167
add_grams(struct inetgram **igpp, struct inetgram *newgp)
usr/src/stand/lib/sock/socket.c
1169
struct inetgram *wp;
usr/src/stand/lib/sock/socket.c
1186
nuke_grams(struct inetgram **lgpp)
usr/src/stand/lib/sock/socket.c
1197
del_gram(struct inetgram **lgpp, struct inetgram *igp, int freeit)
usr/src/stand/lib/sock/socket.c
1199
struct inetgram *wp, *pp = NULL;
usr/src/stand/lib/sock/socket.c
1218
sizeof (struct inetgram));
usr/src/stand/lib/sock/socket.c
798
struct inetgram *icp;
usr/src/stand/lib/sock/socket_impl.h
105
struct inetgram *igm_next; /* next inetgram in list */
usr/src/stand/lib/sock/socket_impl.h
133
struct inetgram *inq; /* input queue */
usr/src/stand/lib/sock/socket_impl.h
139
int (*headerlen[APP_LVL])(struct inetgram *);
usr/src/stand/lib/sock/socket_impl.h
141
int (*output[APP_LVL])(int, struct inetgram *);
usr/src/stand/lib/sock/socket_impl.h
149
extern void add_grams(struct inetgram **, struct inetgram *);
usr/src/stand/lib/sock/socket_impl.h
150
extern void del_gram(struct inetgram **, struct inetgram *, int);
usr/src/stand/lib/sock/socket_impl.h
151
extern void nuke_grams(struct inetgram **);
usr/src/stand/lib/sock/socket_impl.h
152
extern struct inetgram *last_gram(struct inetgram *);
usr/src/stand/lib/tcp/tcp.c
1702
struct inetgram *in_gram;
usr/src/stand/lib/tcp/tcp.c
1750
bkmem_free((caddr_t)in_gram, sizeof (struct inetgram));
usr/src/stand/lib/tcp/tcp.c
290
static int tcp_header_len(struct inetgram *);
usr/src/stand/lib/tcp/tcp.c
426
tcp_header_len(struct inetgram *igm)
usr/src/stand/lib/tcp/tcp.c
469
struct inetgram *in_gram;
usr/src/stand/lib/tcp/tcp.c
470
struct inetgram *old_in_gram;
usr/src/stand/lib/tcp/tcp.c
520
bkmem_free((caddr_t)in_gram, sizeof (struct inetgram));
usr/src/stand/lib/tcp/tcp.c
562
struct inetgram *in_gram;
usr/src/stand/lib/tcp/tcp.c
583
bkmem_free((caddr_t)in_gram, sizeof (struct inetgram));
usr/src/stand/lib/tcp/tcp.c
6741
struct inetgram *in_gram;
usr/src/stand/lib/tcp/tcp.c
6753
if ((in_gram = (struct inetgram *)bkmem_zalloc(
usr/src/stand/lib/tcp/tcp.c
6754
sizeof (struct inetgram))) == NULL) {
usr/src/stand/lib/tcp/tcp.c
6758
bkmem_free((caddr_t)in_gram, sizeof (struct inetgram));
usr/src/stand/lib/tcp/tcp.c
6813
struct inetgram *in_gram;
usr/src/stand/lib/tcp/tcp.c
6822
if ((in_gram = (struct inetgram *)bkmem_zalloc(
usr/src/stand/lib/tcp/tcp.c
6823
sizeof (struct inetgram))) == NULL)