Home
last modified time | relevance | path

Searched refs:packet (Results 51 – 75 of 125) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c219 uint8_t *packet = mp->b_rptr; in usbwcm_input_graphire() local
313 uwacom_pen_events_intuos(usbwcm_state_t *usbwcmp, uint8_t *packet) in uwacom_pen_events_intuos() argument
342 uwacom_mouse_events_intuos(usbwcm_state_t *usbwcmp, uint8_t *packet) in uwacom_mouse_events_intuos() argument
388 uwacom_pad_events_intuos(usbwcm_state_t *usbwcmp, uint8_t *packet) in uwacom_pad_events_intuos() argument
465 uint8_t *packet = mp->b_rptr; in usbwcm_input_intuos() local
505 uwacom_mouse_events_intuos(usbwcmp, packet); in usbwcm_input_intuos()
507 uwacom_pen_events_intuos(usbwcmp, packet); in usbwcm_input_intuos()
528 uwacom_pen_events_intuos(usbwcmp, packet); in usbwcm_input_intuos()
541 uwacom_mouse_events_intuos(usbwcmp, packet); in usbwcm_input_intuos()
556 uwacom_pad_events_intuos(usbwcmp, packet); in usbwcm_input_intuos()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.h33 unsigned char *packet; member
H A Dfsys_tftp.c141 tr = (struct tftp_t *)&nic.packet[ETH_HLEN]; in tftp_file_read()
290 tr = (struct tftp_t *) &nic.packet[ETH_HLEN]; in buf_fill()
699 buf = (char *)&nic.packet; in tftp_file_read_undi()
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c1033 fru_get_packets(segment_hdl_t segment, packet_t *packet, int maxpackets, in fru_get_packets() argument
1055 for (count = 0; count < maxpackets; count++, packet++) { in fru_get_packets()
1056 packet->handle = pkt_hash_obj->obj_hdl; in fru_get_packets()
1057 packet->tag = 0; in fru_get_packets()
1058 (void) memcpy(&packet->tag, &pkt_hash_obj->u.pkt_obj->tag, in fru_get_packets()
1068 fru_get_payload(packet_hdl_t packet, void *buffer, size_t nbytes, in fru_get_payload() argument
1074 packet_hash_obj = lookup_handle_object(packet, PACKET_TYPE); in fru_get_payload()
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.133 # destination for the packet.
H A Dfirewall12 any legal packet;
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacctddi.c427 flowacct_invoke_action(ipp_action_id_t aid, ipp_packet_t *packet) in flowacct_invoke_action() argument
434 mp = ipp_packet_get_data(packet); in flowacct_invoke_action()
443 return (ipp_packet_next(packet, flowacct_data->next_action)); in flowacct_invoke_action()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DRequestHandler.java56 private DatagramPacket packet = null; // Packet for datagram requests. field in RequestHandler
137 packet = packet_in; in RequestHandler()
138 clientAddr = packet.getAddress(); in RequestHandler()
139 port = packet.getPort(); in RequestHandler()
237 byte[] inbuf = packet.getData(); in run()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Ddefs.h140 extern char *packet;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DMakefile33 init_reboot.o interface.o ipc_action.o packet.o release.o renew.o \
H A DREADME.v654 - snoop(8): Solaris network packet capture and inspection
126 dhcp_pkt; "packet.h"). PKT is just the RFC 2131 DHCP packet
127 structure, and has no additional information, such as packet length.
130 PKT pointer and length values suitable for modifying the packet.
364 Obviously, we need some DHCPv6 packet data structures and
376 This defines the usual (non-relay) DHCPv6 packet header, and is
386 a set of packet decoding structures. The decoding structures are
398 dhcp_plist_t structure to represent packet lists as used inside
498 "blackhole" packet filter. The stream is left open.
509 longer need to switch out on state in when sending a packet; just
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipqosconf.2.sample32 # Mark a packet with AF11 if it does not exceed the committed burst, AF12 if it
62 # meter5mbps invokes action af11 for a packet that does not exceed the
H A Dipqosconf.3.sample54 # packet leaves belong to the same VLAN
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dchangepw.c50 krb5_data *packet);
54 krb5_data *packet, int *result_code,
/illumos-gate/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c54 static int packet(uintptr_t, uint_t, int, const mdb_arg_t *);
538 packet( in packet() function
698 "display ipp_packet structure", packet },
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dip.d.in91 * pktinfo is where packet ID info can be made available for deeper
92 * analysis if packet IDs become supported by the kernel in the future.
131 * These values are NULL if the packet is not IPv4.
154 * These values are NULL if the packet is not IPv6.
/illumos-gate/usr/src/test/net-tests/tests/forwarding/
H A DREADME28 In this configuration we make sure that the packet travels from server
66 In this configuration we make sure that the packet travels from server
/illumos-gate/usr/src/uts/common/ipp/meters/
H A Dtswtclddi.c494 tswtcl_invoke_action(ipp_action_id_t aid, ipp_packet_t *packet) in tswtcl_invoke_action() argument
502 mp = ipp_packet_get_data(packet); in tswtcl_invoke_action()
510 return (ipp_packet_next(packet, next_action)); in tswtcl_invoke_action()
H A Dtokenmtddi.c681 tokenmt_invoke_action(ipp_action_id_t aid, ipp_packet_t *packet) in tokenmt_invoke_action() argument
689 mp = ipp_packet_get_data(packet); in tokenmt_invoke_action()
697 return (ipp_packet_next(packet, next_action)); in tokenmt_invoke_action()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c1713 while (packet != NULL) { in e1000g_free_rx_pending_buffers()
1714 next_packet = packet->next; in e1000g_free_rx_pending_buffers()
1716 packet = next_packet; in e1000g_free_rx_pending_buffers()
2166 p_tx_sw_packet_t packet; in e1000g_tx_clean() local
2182 while (packet != NULL) { in e1000g_tx_clean()
2183 if (packet->mp != NULL) { in e1000g_tx_clean()
2186 mp = packet->mp; in e1000g_tx_clean()
2187 nmp = packet->mp; in e1000g_tx_clean()
2189 nmp->b_next = packet->mp; in e1000g_tx_clean()
2190 nmp = packet->mp; in e1000g_tx_clean()
[all …]
H A De1000g_sw.h1052 void e1000g_free_rx_sw_packet(p_rx_sw_packet_t packet, boolean_t full_release);
1058 void e1000g_free_tx_swpkt(p_tx_sw_packet_t packet);
1063 void e1000g_rxfree_func(p_rx_sw_packet_t packet);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c67 static uint64_t packet[(IP_MAXPACKET + 1)/8]; variable
136 cc = sendto(sock, (char *)packet, size, flags, in sendpacket()
181 struct nd_router_solicit *rs = (struct nd_router_solicit *)packet; in solicit()
182 char *pptr = (char *)packet; in solicit()
212 char *pptr = (char *)packet; in advertise()
251 pptr = (char *)packet + packetlen; in advertise()
299 pptr = (char *)packet + sizeof (*ra); in advertise()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt493 15. Problem: Memory leak when SYN packet processing fails.
809 Change: [FW] Fix extraction of ts_val from SYN packet.
2003 13. Request: Add WoL magic packet support.
2699 7. Request: Add support for ECORE LL2 loopback per packet.
3245 in a scenario with packet loss.
3790 drops the packet, but would send a pure ACK.
4285 1. Problem: Double doorbel of LL2 TX packet.
4287 Change: Flow of TX packet submission is fixed.
5853 packet.
5856 packet.
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/etc/dhcp/
H A Dinittab122 # DHCP packet fields. Code field is byte offset into DHCP packet.
/illumos-gate/usr/src/uts/common/io/bpf/
H A DBPF.LICENCE5 * This code is derived from the Stanford/CMU enet packet filter,

12345