Home
last modified time | relevance | path

Searched refs:rawdata (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/share/examples/netgraph/
H A Dframe_relay10 ngctl mkpeer ${CARD}: frame_relay rawdata downstream
14 ngctl mkpeer ${CARD}:rawdata lmi dlci0 auto0
18 ngctl connect ${CARD}:rawdata ${CARD}:rawdata.dlci0 dlci1023 auto1023
23 ngctl mkpeer ${CARD}:rawdata rfc1490 dlci${DLCI} downstream
29 ngctl mkpeer ${CARD}:rawdata.dlci${DLCI} iface inet inet
H A Draw10 ngctl mkpeer ${CARD}: iface rawdata inet
/freebsd-12.1/contrib/libpcap/
H A Dpcap-usb-linux.c738 u_char * rawdata = handle->buffer; in usb_read_linux() local
821 rawdata += sizeof(pcap_usb_header); in usb_read_linux()
899 rawdata[0] = ascii_to_int(string[0]) * 16 + ascii_to_int(string[1]); in usb_read_linux()
900 rawdata++; in usb_read_linux()
/freebsd-12.1/contrib/binutils/include/elf/
H A DChangeLog-91031820 * internal.h (Elf_Internal_Shdr): Remove rawdata and size fields.
1938 added rawdata to Elf_Internal_Shdr.
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-94954819 * elfcode.h (elf_swap_shdr_in): Use bfd_section, not rawdata.
4822 not rawdata. Don't set rawdata if e_shstrndx. Use bfd_section
4823 rather than rawdata in commented out code. In SHT_REL[A] case,
4826 (elf_fake_sections): Set bfd_section, not rawdata. Don't set
4830 (assign_file_position_for_section): Use bfd_section, not rawdata.
4833 (elf_debug_section): Don't print rawdata, contents, or size.
4843 field rather than rawdata field.
4846 bfd_section field rather than rawdata field.
4848 rather than rawdata.
4853 rathern than rawdata.
[all …]
H A DChangeLog-91933165 section already exists, use its pointer to fill in rawdata slot.