Home
last modified time | relevance | path

Searched defs:attr_type (Results 1 – 11 of 11) sorted by relevance

/freebsd/tests/atf_python/sys/net/
H A Drtsock.py358 def add_sa_attr(self, attr_type, attr_bytes: bytes): argument
361 def add_ip_attr(self, attr_type, ip_addr: str, scopeid: int = 0): argument
367 def add_ip4_attr(self, attr_type, ip: str): argument
370 def add_ip6_attr(self, attr_type, ip6: str, scopeid: int): argument
373 def add_link_attr(self, attr_type, ifindex: Optional[int] = 0): argument
376 def get_sa(self, attr_type) -> bytes: argument
/freebsd/sys/netlink/
H A Dnetlink_message_writer.c367 nlattr_add(struct nl_writer *nw, uint16_t attr_type, uint16_t attr_len, in nlattr_add()
H A Dnetlink_message_parser.h294 int attr_type = 0; nl_verify_parsers() local
H A Dnetlink_snl.h423 int attr_type = 0; in snl_verify_parsers() local
1139 snl_add_msg_attr(struct snl_writer *nw, int attr_type, int attr_len, const void *data) in snl_add_msg_attr()
/freebsd/contrib/expat/tests/
H A Dhandlers.h435 const XML_Char *attr_type; global() member
H A Dhandlers.c1549 verify_attlist_decl_handler(void * userData,const XML_Char * element_name,const XML_Char * attr_name,const XML_Char * attr_type,const XML_Char * default_value,int is_required) verify_attlist_decl_handler() argument
/freebsd/contrib/tcpdump/
H A Dprint-l2tp.c569 uint16_t attr_type; in l2tp_avp_print() local
H A Dprint-radius.c611 } attr_type[]= variable
/freebsd/contrib/wpa/src/common/
H A Ddpp_crypto.c2157 int attr_type; in dpp_validate_csr() local
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c3383 int attr_type, const u8 *value, size_t len) in crypto_csr_set_attribute()
H A Dcrypto_openssl.c4343 int attr_type, const u8 *value, size_t len) in crypto_csr_set_attribute()