| /kernel/linux/linux-6.6/arch/mips/mti-malta/ |
| H A D | malta-setup.c | 141 char *optptr, *argptr = fw_getcmdline(); in pci_clock_check() local
|
| /kernel/linux/linux-5.10/arch/mips/mti-malta/ |
| H A D | malta-setup.c | 155 char *optptr, *argptr = fw_getcmdline(); in pci_clock_check() local
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | ah4.c | 82 unsigned char *optptr = (unsigned char *)(iph+1); in ip_clear_mutable_options() local
|
| H A D | ip_options.c | 210 unsigned char *optptr = skb_network_header(skb) + sizeof(struct iphdr); in ip_options_fragment() local 261 unsigned char *optptr; in __ip_options_compile() local 498 unsigned char *optptr = opt->__data + opt->srr - sizeof(struct iphdr); ip_options_undo() local 504 unsigned char *optptr = opt->__data + opt->rr - sizeof(struct iphdr); ip_options_undo() local 510 unsigned char *optptr = opt->__data + opt->ts - sizeof(struct iphdr); ip_options_undo() local 554 unsigned char *optptr; ip_forward_options() local 604 unsigned char *optptr = skb_network_header(skb) + opt->srr; ip_options_rcv_srr() local [all...] |
| H A D | cipso_ipv4.c | 1504 unsigned char *optptr = (unsigned char *)&(ip_hdr(skb)[1]); in cipso_v4_optptr() local
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | ah4.c | 82 unsigned char *optptr = (unsigned char *)(iph+1); in ip_clear_mutable_options() local
|
| H A D | ip_options.c | 197 unsigned char *optptr = skb_network_header(skb) + sizeof(struct iphdr); in ip_options_fragment() local 248 unsigned char *optptr; in __ip_options_compile() local 485 unsigned char *optptr = opt->__data + opt->srr - sizeof(struct iphdr); ip_options_undo() local 491 unsigned char *optptr = opt->__data + opt->rr - sizeof(struct iphdr); ip_options_undo() local 497 unsigned char *optptr = opt->__data + opt->ts - sizeof(struct iphdr); ip_options_undo() local 541 unsigned char *optptr; ip_forward_options() local 591 unsigned char *optptr = skb_network_header(skb) + opt->srr; ip_options_rcv_srr() local [all...] |
| H A D | cipso_ipv4.c | 1503 unsigned char *optptr = (unsigned char *)&(ip_hdr(skb)[1]); in cipso_v4_optptr() local
|
| /third_party/toybox/toys/pending/ |
| H A D | dhcp.c | 833 static uint8_t *dhcpc_addclientid(uint8_t *optptr) in dhcpc_addclientid() argument 843 static uint8_t *dhcpc_addmsgtype(uint8_t *optptr, uint8_t type) in dhcpc_addmsgtype() argument 852 dhcpc_addmaxsize(uint8_t *optptr, uint16_t size) dhcpc_addmaxsize() argument 860 dhcpc_addstropt(uint8_t *optptr, uint8_t opcode, char* str, int len) dhcpc_addstropt() argument 869 dhcpc_addserverid(struct in_addr *serverid, uint8_t *optptr) dhcpc_addserverid() argument 878 dhcpc_addreqipaddr(struct in_addr *ipaddr, uint8_t *optptr) dhcpc_addreqipaddr() argument 887 dhcpc_addfdnname(uint8_t *optptr, char *hname) dhcpc_addfdnname() argument 901 dhcpc_addreqoptions(uint8_t *optptr) dhcpc_addreqoptions() argument 924 dhcpc_addend(uint8_t *optptr) dhcpc_addend() argument 931 set_xopt(uint8_t *optptr) set_xopt() argument 1056 dhcpc_parseoptions(dhcpc_result_t *presult, uint8_t *optptr) dhcpc_parseoptions() argument [all...] |
| H A D | dhcpd.c | 1036 static uint8_t* set_optval(uint8_t *optptr, uint16_t opt, void *var, size_t len) in set_optval() argument 1047 static uint8_t* set_optval6(uint8_t *optptr, uint16_ argument 1057 get_optval(uint8_t *optptr, uint16_t opt, void *var) get_optval() argument 1101 get_optval6(uint8_t *optptr, uint16_t opt, uint16_t *datalen, void **var) get_optval6() argument 1131 uint8_t len, *optptr; get_reqparam() local 1142 set_reqparam(uint8_t *optptr, uint8_t *list) set_reqparam() argument 1609 uint8_t *optptr, msgtype = 0; dhcpd_main() local [all...] |